interface IEnumOptionsFactoryParameters {
    schema: any;
    iconUri?: string;
}

Properties

Properties

schema: any
iconUri?: string