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.63 kB
/** * 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. */ /** * 200 ok object * @export * @interface GetAlliancesAllianceIdContactsLabels200Ok */ export interface GetAlliancesAllianceIdContactsLabels200Ok { /** * label_id integer * @type {number} * @memberof GetAlliancesAllianceIdContactsLabels200Ok */ labelId: number; /** * label_name string * @type {string} * @memberof GetAlliancesAllianceIdContactsLabels200Ok */ labelName: string; } /** * Check if a given object implements the GetAlliancesAllianceIdContactsLabels200Ok interface. */ export declare function instanceOfGetAlliancesAllianceIdContactsLabels200Ok(value: object): value is GetAlliancesAllianceIdContactsLabels200Ok; export declare function GetAlliancesAllianceIdContactsLabels200OkFromJSON(json: any): GetAlliancesAllianceIdContactsLabels200Ok; export declare function GetAlliancesAllianceIdContactsLabels200OkFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetAlliancesAllianceIdContactsLabels200Ok; export declare function GetAlliancesAllianceIdContactsLabels200OkToJSON(json: any): GetAlliancesAllianceIdContactsLabels200Ok; export declare function GetAlliancesAllianceIdContactsLabels200OkToJSONTyped(value?: GetAlliancesAllianceIdContactsLabels200Ok | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=GetAlliancesAllianceIdContactsLabels200Ok.d.ts.map