/** * 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. */ import type { PostUniverseIdsInventoryType } from './PostUniverseIdsInventoryType'; import type { PostUniverseIdsAlliance } from './PostUniverseIdsAlliance'; import type { PostUniverseIdsStation } from './PostUniverseIdsStation'; import type { PostUniverseIdsCharacter } from './PostUniverseIdsCharacter'; import type { PostUniverseIdsCorporation } from './PostUniverseIdsCorporation'; import type { PostUniverseIdsSystem } from './PostUniverseIdsSystem'; import type { PostUniverseIdsConstellation } from './PostUniverseIdsConstellation'; import type { PostUniverseIdsRegion } from './PostUniverseIdsRegion'; import type { PostUniverseIdsFaction } from './PostUniverseIdsFaction'; import type { PostUniverseIdsAgent } from './PostUniverseIdsAgent'; /** * 200 ok object * @export * @interface PostUniverseIdsOk */ export interface PostUniverseIdsOk { /** * agents array * @type {Array} * @memberof PostUniverseIdsOk */ agents?: Array; /** * alliances array * @type {Array} * @memberof PostUniverseIdsOk */ alliances?: Array; /** * characters array * @type {Array} * @memberof PostUniverseIdsOk */ characters?: Array; /** * constellations array * @type {Array} * @memberof PostUniverseIdsOk */ constellations?: Array; /** * corporations array * @type {Array} * @memberof PostUniverseIdsOk */ corporations?: Array; /** * factions array * @type {Array} * @memberof PostUniverseIdsOk */ factions?: Array; /** * inventory_types array * @type {Array} * @memberof PostUniverseIdsOk */ inventoryTypes?: Array; /** * regions array * @type {Array} * @memberof PostUniverseIdsOk */ regions?: Array; /** * stations array * @type {Array} * @memberof PostUniverseIdsOk */ stations?: Array; /** * systems array * @type {Array} * @memberof PostUniverseIdsOk */ systems?: Array; } /** * Check if a given object implements the PostUniverseIdsOk interface. */ export declare function instanceOfPostUniverseIdsOk(value: object): value is PostUniverseIdsOk; export declare function PostUniverseIdsOkFromJSON(json: any): PostUniverseIdsOk; export declare function PostUniverseIdsOkFromJSONTyped(json: any, ignoreDiscriminator: boolean): PostUniverseIdsOk; export declare function PostUniverseIdsOkToJSON(json: any): PostUniverseIdsOk; export declare function PostUniverseIdsOkToJSONTyped(value?: PostUniverseIdsOk | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=PostUniverseIdsOk.d.ts.map