UNPKG

@dntlab/swagger-dean

Version:

swagger api for DeArchNet project

18 lines (16 loc) 527 B
/** * DeArchNet rest API * Specification of REST API for DeArchNet Project * * OpenAPI spec version: 0.1.2 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */import { SearchAttribute } from './searchAttribute'; import { SortAttribute } from './sortAttribute'; export interface SearchAttributesResponse { search_attributes: Array<SearchAttribute>; sort_attributes: Array<SortAttribute>; }