Type Alias UpdateAppDataSchemaRequest

UpdateAppDataSchemaRequest: {
    key?: string;
    name?: string;
    schema?: any;
    code?: string;
    archivedAt?: string;
}