UNPKG

jspurefix

Version:
11 lines (10 loc) 444 B
import { ContainedFieldSet } from '../contained/contained-field-set'; export declare class MessageDefinition extends ContainedFieldSet { readonly name: string; readonly abbreviation: string; readonly msgType: string; readonly category: string; readonly description: string | null; constructor(name: string, abbreviation: string, msgType: string, category: string, description: string | null); getPrefix(): string; }