@circle-fin/circle-sdk
Version:
Node.js SDK for Circle API
28 lines (26 loc) • 445 B
text/typescript
/* 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;
}