UNPKG

@zeplin/sdk

Version:
32 lines (31 loc) 900 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 transformScreenVariantGroupReferenceToJSON: (value: ScreenVariantGroupReference) => any; export declare const transformJSONToScreenVariantGroupReference: (value: any) => ScreenVariantGroupReference; /** * Variant group that contains the screen * @export * @interface ScreenVariantGroupReference */ export interface ScreenVariantGroupReference { /** * Unique id of the screen variant * @type {string} * @memberof ScreenVariantGroupReference */ id: string; /** * Name of the screen variant * @type {string} * @memberof ScreenVariantGroupReference */ name: string; }