UNPKG

@zeplin/sdk

Version:
27 lines (26 loc) 766 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. */ import { Project } from './project'; export declare const transformProjectSpacingTokenEventContextToJSON: (value: ProjectSpacingTokenEventContext) => any; export declare const transformJSONToProjectSpacingTokenEventContext: (value: any) => ProjectSpacingTokenEventContext; /** * * @export * @interface ProjectSpacingTokenEventContext */ export interface ProjectSpacingTokenEventContext { /** * * @type {Project} * @memberof ProjectSpacingTokenEventContext */ project: Project; }