@fnt-eve/esi-client-typescript
Version:
[](https://www.npmjs.com/package/@fnt-eve/esi-client-typescript)
46 lines • 1.8 kB
TypeScript
/**
* 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.
*/
/**
* Coordinates of the victim in Cartesian space relative to the Sun
*
* @export
* @interface GetKillmailsKillmailIdKillmailHashPosition
*/
export interface GetKillmailsKillmailIdKillmailHashPosition {
/**
* x number
* @type {number}
* @memberof GetKillmailsKillmailIdKillmailHashPosition
*/
x: number;
/**
* y number
* @type {number}
* @memberof GetKillmailsKillmailIdKillmailHashPosition
*/
y: number;
/**
* z number
* @type {number}
* @memberof GetKillmailsKillmailIdKillmailHashPosition
*/
z: number;
}
/**
* Check if a given object implements the GetKillmailsKillmailIdKillmailHashPosition interface.
*/
export declare function instanceOfGetKillmailsKillmailIdKillmailHashPosition(value: object): value is GetKillmailsKillmailIdKillmailHashPosition;
export declare function GetKillmailsKillmailIdKillmailHashPositionFromJSON(json: any): GetKillmailsKillmailIdKillmailHashPosition;
export declare function GetKillmailsKillmailIdKillmailHashPositionFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetKillmailsKillmailIdKillmailHashPosition;
export declare function GetKillmailsKillmailIdKillmailHashPositionToJSON(json: any): GetKillmailsKillmailIdKillmailHashPosition;
export declare function GetKillmailsKillmailIdKillmailHashPositionToJSONTyped(value?: GetKillmailsKillmailIdKillmailHashPosition | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetKillmailsKillmailIdKillmailHashPosition.d.ts.map