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.41 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. */ /** * constellation object * @export * @interface PostUniverseIdsConstellation */ export interface PostUniverseIdsConstellation { /** * id integer * @type {number} * @memberof PostUniverseIdsConstellation */ id?: number; /** * name string * @type {string} * @memberof PostUniverseIdsConstellation */ name?: string; } /** * Check if a given object implements the PostUniverseIdsConstellation interface. */ export declare function instanceOfPostUniverseIdsConstellation(value: object): value is PostUniverseIdsConstellation; export declare function PostUniverseIdsConstellationFromJSON(json: any): PostUniverseIdsConstellation; export declare function PostUniverseIdsConstellationFromJSONTyped(json: any, ignoreDiscriminator: boolean): PostUniverseIdsConstellation; export declare function PostUniverseIdsConstellationToJSON(json: any): PostUniverseIdsConstellation; export declare function PostUniverseIdsConstellationToJSONTyped(value?: PostUniverseIdsConstellation | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=PostUniverseIdsConstellation.d.ts.map