Type alias SmmOdEnumType

SmmOdEnumType: {
    enum: SmmOdEnumValue[];
    type: string;
}

Represents an enumeration type in the SMM object dictionary.

Type declaration

Generated using TypeDoc