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)

39 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. */ /** * alliance object * @export * @interface PostUniverseIdsAlliance */ export interface PostUniverseIdsAlliance { /** * id integer * @type {number} * @memberof PostUniverseIdsAlliance */ id?: number; /** * name string * @type {string} * @memberof PostUniverseIdsAlliance */ name?: string; } /** * Check if a given object implements the PostUniverseIdsAlliance interface. */ export declare function instanceOfPostUniverseIdsAlliance(value: object): value is PostUniverseIdsAlliance; export declare function PostUniverseIdsAllianceFromJSON(json: any): PostUniverseIdsAlliance; export declare function PostUniverseIdsAllianceFromJSONTyped(json: any, ignoreDiscriminator: boolean): PostUniverseIdsAlliance; export declare function PostUniverseIdsAllianceToJSON(json: any): PostUniverseIdsAlliance; export declare function PostUniverseIdsAllianceToJSONTyped(value?: PostUniverseIdsAlliance | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=PostUniverseIdsAlliance.d.ts.map