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.31 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. */ /** * station object * @export * @interface PostUniverseIdsStation */ export interface PostUniverseIdsStation { /** * id integer * @type {number} * @memberof PostUniverseIdsStation */ id?: number; /** * name string * @type {string} * @memberof PostUniverseIdsStation */ name?: string; } /** * Check if a given object implements the PostUniverseIdsStation interface. */ export declare function instanceOfPostUniverseIdsStation(value: object): value is PostUniverseIdsStation; export declare function PostUniverseIdsStationFromJSON(json: any): PostUniverseIdsStation; export declare function PostUniverseIdsStationFromJSONTyped(json: any, ignoreDiscriminator: boolean): PostUniverseIdsStation; export declare function PostUniverseIdsStationToJSON(json: any): PostUniverseIdsStation; export declare function PostUniverseIdsStationToJSONTyped(value?: PostUniverseIdsStation | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=PostUniverseIdsStation.d.ts.map