interface ApiResourceSpec {
    [apiFieldName: string]: "attr" | [DbFieldName | null, DefaultType];
}

Indexable

[apiFieldName: string]: "attr" | [DbFieldName | null, DefaultType]

Generated using TypeDoc