/**
 * 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.
 */
/**
 * position object
 * @export
 * @interface PostCharactersCharacterIdAssetsLocationsPosition
 */
export interface PostCharactersCharacterIdAssetsLocationsPosition {
    /**
     * x number
     * @type {number}
     * @memberof PostCharactersCharacterIdAssetsLocationsPosition
     */
    x: number;
    /**
     * y number
     * @type {number}
     * @memberof PostCharactersCharacterIdAssetsLocationsPosition
     */
    y: number;
    /**
     * z number
     * @type {number}
     * @memberof PostCharactersCharacterIdAssetsLocationsPosition
     */
    z: number;
}
/**
 * Check if a given object implements the PostCharactersCharacterIdAssetsLocationsPosition interface.
 */
export declare function instanceOfPostCharactersCharacterIdAssetsLocationsPosition(value: object): value is PostCharactersCharacterIdAssetsLocationsPosition;
export declare function PostCharactersCharacterIdAssetsLocationsPositionFromJSON(json: any): PostCharactersCharacterIdAssetsLocationsPosition;
export declare function PostCharactersCharacterIdAssetsLocationsPositionFromJSONTyped(json: any, ignoreDiscriminator: boolean): PostCharactersCharacterIdAssetsLocationsPosition;
export declare function PostCharactersCharacterIdAssetsLocationsPositionToJSON(json: any): PostCharactersCharacterIdAssetsLocationsPosition;
export declare function PostCharactersCharacterIdAssetsLocationsPositionToJSONTyped(value?: PostCharactersCharacterIdAssetsLocationsPosition | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=PostCharactersCharacterIdAssetsLocationsPosition.d.ts.map