/** * EVE Swagger Interface * An OpenAPI for EVE Online * * The version of the OpenAPI document: 1.36 * * * 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