interface EnumDefinitionOptions {
    fields?: null | EnumFieldOptions[];
}

Properties

Properties

fields?: null | EnumFieldOptions[]