UNPKG

@circle-fin/circle-sdk

Version:
28 lines (26 loc) 445 B
/* tslint:disable */ /* eslint-disable */ /** * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface NotFound */ export interface NotFound { /** * * @type {number} * @memberof NotFound */ code: number; /** * * @type {string} * @memberof NotFound */ message: string; }