UNPKG

@zeplin/sdk

Version:
26 lines (25 loc) 769 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 transformScreenAnnotationNoteTypeEnumToJSON: (value: ScreenAnnotationNoteTypeEnum) => any; export declare const transformJSONToScreenAnnotationNoteTypeEnum: (value: any) => ScreenAnnotationNoteTypeEnum; /** * Type of the annotation note * @export * @enum {string} */ export declare enum ScreenAnnotationNoteTypeEnum { BEHAVIOR = "Behavior", REQUIREMENT = "Requirement", ANIMATION = "Animation", ACCESSIBILITY = "Accessibility", API = "API", TRACKING = "Tracking" }