Interface IDataModel

interface IDataModel {
    AlwaysOneSelected?: string[];
    Field?: string[];
    SyntheticKeys?: boolean;
    Table?: string[];
}

Properties

AlwaysOneSelected?: string[]

List of fields that should have always one selected property

Field?: string[]

List fields that should be present in the app

SyntheticKeys?: boolean

Are synthetic keys allowed in the data model

Table?: string[]

List tables that should be present in the app