interface SchemaEnum {
    name: string;
    values: string[];
}

Properties

Properties

name: string
values: string[]