UNPKG

@zeplin/sdk

Version:
27 lines (26 loc) 745 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 transformProjectTextStyleEventContextToJSON: (value: ProjectTextStyleEventContext) => any; export declare const transformJSONToProjectTextStyleEventContext: (value: any) => ProjectTextStyleEventContext; /** * * @export * @interface ProjectTextStyleEventContext */ export interface ProjectTextStyleEventContext { /** * * @type {Project} * @memberof ProjectTextStyleEventContext */ project: Project; }