Interface ISchemaTypeFields

interface ISchemaTypeFields {
    [name: string]: ISchemaTypeFieldInfo;
}

Indexable

[name: string]: ISchemaTypeFieldInfo

Generated using TypeDoc