UNPKG

@fnt-eve/esi-client-typescript

Version:

[![npm version](https://img.shields.io/npm/v/@fnt-eve/esi-client-typescript)](https://www.npmjs.com/package/@fnt-eve/esi-client-typescript)

33 lines 1.48 kB
/** * EVE Swagger Interface * An OpenAPI for EVE Online * * The version of the OpenAPI document: 1.33 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Not found * @export * @interface GetContractsPublicItemsContractIdNotFound */ export interface GetContractsPublicItemsContractIdNotFound { /** * Not found message * @type {string} * @memberof GetContractsPublicItemsContractIdNotFound */ error?: string; } /** * Check if a given object implements the GetContractsPublicItemsContractIdNotFound interface. */ export declare function instanceOfGetContractsPublicItemsContractIdNotFound(value: object): value is GetContractsPublicItemsContractIdNotFound; export declare function GetContractsPublicItemsContractIdNotFoundFromJSON(json: any): GetContractsPublicItemsContractIdNotFound; export declare function GetContractsPublicItemsContractIdNotFoundFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetContractsPublicItemsContractIdNotFound; export declare function GetContractsPublicItemsContractIdNotFoundToJSON(json: any): GetContractsPublicItemsContractIdNotFound; export declare function GetContractsPublicItemsContractIdNotFoundToJSONTyped(value?: GetContractsPublicItemsContractIdNotFound | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=GetContractsPublicItemsContractIdNotFound.d.ts.map