@fnt-eve/esi-client-typescript
Version:
[](https://www.npmjs.com/package/@fnt-eve/esi-client-typescript)
39 lines • 1.31 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.
*/
/**
* ally object
* @export
* @interface GetWarsWarIdAlly
*/
export interface GetWarsWarIdAlly {
/**
* Alliance ID if and only if this ally is an alliance
* @type {number}
* @memberof GetWarsWarIdAlly
*/
allianceId?: number;
/**
* Corporation ID if and only if this ally is a corporation
* @type {number}
* @memberof GetWarsWarIdAlly
*/
corporationId?: number;
}
/**
* Check if a given object implements the GetWarsWarIdAlly interface.
*/
export declare function instanceOfGetWarsWarIdAlly(value: object): value is GetWarsWarIdAlly;
export declare function GetWarsWarIdAllyFromJSON(json: any): GetWarsWarIdAlly;
export declare function GetWarsWarIdAllyFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetWarsWarIdAlly;
export declare function GetWarsWarIdAllyToJSON(json: any): GetWarsWarIdAlly;
export declare function GetWarsWarIdAllyToJSONTyped(value?: GetWarsWarIdAlly | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetWarsWarIdAlly.d.ts.map