Type Alias CreateAppDataSchemaRequest

CreateAppDataSchemaRequest: {
    key: string;
    name: string;
    schema?: any;
    code?: string;
}