Type Alias UpdateAppDataSchemaRequest

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

Type declaration

  • Optionalkey?: string
  • Optionalname?: string
  • Optionalschema?: any
  • Optionalcode?: string
  • OptionalarchivedAt?: string