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.32 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 GetAlliancesAllianceIdNotFound */ export interface GetAlliancesAllianceIdNotFound { /** * Not found message * @type {string} * @memberof GetAlliancesAllianceIdNotFound */ error?: string; } /** * Check if a given object implements the GetAlliancesAllianceIdNotFound interface. */ export declare function instanceOfGetAlliancesAllianceIdNotFound(value: object): value is GetAlliancesAllianceIdNotFound; export declare function GetAlliancesAllianceIdNotFoundFromJSON(json: any): GetAlliancesAllianceIdNotFound; export declare function GetAlliancesAllianceIdNotFoundFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetAlliancesAllianceIdNotFound; export declare function GetAlliancesAllianceIdNotFoundToJSON(json: any): GetAlliancesAllianceIdNotFound; export declare function GetAlliancesAllianceIdNotFoundToJSONTyped(value?: GetAlliancesAllianceIdNotFound | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=GetAlliancesAllianceIdNotFound.d.ts.map