Interface LowLevelNWCTXTInstruction

interface LowLevelNWCTXTInstruction {
    fields: LowLevelNWCTXTField[];
    name: string;
}

Properties

Properties

Array of fields

name: string

Name of the instruction

Example

"AddStaff"

Generated using TypeDoc