UNPKG

@zeplin/sdk

Version:
27 lines (26 loc) 781 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 { Styleguide } from './styleguide'; export declare const transformStyleguideTextStyleEventContextToJSON: (value: StyleguideTextStyleEventContext) => any; export declare const transformJSONToStyleguideTextStyleEventContext: (value: any) => StyleguideTextStyleEventContext; /** * * @export * @interface StyleguideTextStyleEventContext */ export interface StyleguideTextStyleEventContext { /** * * @type {Styleguide} * @memberof StyleguideTextStyleEventContext */ styleguide: Styleguide; }