@fnt-eve/esi-client-typescript
Version:
[](https://www.npmjs.com/package/@fnt-eve/esi-client-typescript)
33 lines • 1.48 kB
TypeScript
/**
* 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.
*/
/**
* Forbidden
* @export
* @interface GetContractsPublicBidsContractIdForbidden
*/
export interface GetContractsPublicBidsContractIdForbidden {
/**
* Forbidden message
* @type {string}
* @memberof GetContractsPublicBidsContractIdForbidden
*/
error?: string;
}
/**
* Check if a given object implements the GetContractsPublicBidsContractIdForbidden interface.
*/
export declare function instanceOfGetContractsPublicBidsContractIdForbidden(value: object): value is GetContractsPublicBidsContractIdForbidden;
export declare function GetContractsPublicBidsContractIdForbiddenFromJSON(json: any): GetContractsPublicBidsContractIdForbidden;
export declare function GetContractsPublicBidsContractIdForbiddenFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetContractsPublicBidsContractIdForbidden;
export declare function GetContractsPublicBidsContractIdForbiddenToJSON(json: any): GetContractsPublicBidsContractIdForbidden;
export declare function GetContractsPublicBidsContractIdForbiddenToJSONTyped(value?: GetContractsPublicBidsContractIdForbidden | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetContractsPublicBidsContractIdForbidden.d.ts.map