UNPKG

@zeplin/sdk

Version:
32 lines (31 loc) 718 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 transformFlowBoardPositionToJSON: (value: FlowBoardPosition) => any; export declare const transformJSONToFlowBoardPosition: (value: any) => FlowBoardPosition; /** * * @export * @interface FlowBoardPosition */ export interface FlowBoardPosition { /** * * @type {number} * @memberof FlowBoardPosition */ x: number; /** * * @type {number} * @memberof FlowBoardPosition */ y: number; }