Interface AppDataSchemaInstanceSelector

interface AppDataSchemaInstanceSelector {
    id?: string;
    appDataSchemaKey?: string;
    appDataSchemaId?: string;
    instanceKey?: string;
    autoCreate?: boolean;
}

Properties

id?: string
appDataSchemaKey?: string
appDataSchemaId?: string
instanceKey?: string
autoCreate?: boolean