Type Alias CreateAppDataSchemaRequest

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

Type declaration

  • key: string
  • name: string
  • Optionalschema?: any
  • Optionalcode?: string