UNPKG

@zeplin/sdk

Version:
32 lines (31 loc) 686 B
/** * Zeplin API * Access your resources in Zeplin * * Contact: support@zeplin.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ export declare const transformLayerPositionToJSON: (value: LayerPosition) => any; export declare const transformJSONToLayerPosition: (value: any) => LayerPosition; /** * * @export * @interface LayerPosition */ export interface LayerPosition { /** * * @type {number} * @memberof LayerPosition */ x: number; /** * * @type {number} * @memberof LayerPosition */ y: number; }