@zeplin/sdk
Version:
Zeplin API client for JavaScript
26 lines (25 loc) • 627 B
TypeScript
/**
* 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 transformEntityReferenceToJSON: (value: EntityReference) => any;
export declare const transformJSONToEntityReference: (value: any) => EntityReference;
/**
*
* @export
* @interface EntityReference
*/
export interface EntityReference {
/**
* Id of the entity
* @type {string}
* @memberof EntityReference
*/
id: string;
}