UNPKG

@frontitude/cli

Version:

The Frontitude CLI enables product teams to integrate their code with Frontitude (frontitude.com), thus creating a single source of truth for their product copy, from design to development.

8 lines (7 loc) 609 B
export declare const NO_CONFIGURED_SOURCES = "NO_CONFIGURED_SOURCES"; export declare const NO_CONFIGURED_OUTPUT_FILE = "NO_CONFIGURED_OUTPUT_FILE"; export declare const XLIFF_VERSION_MISMATCH = "XLIFF_VERSION_MISMATCH"; export declare const PERMISSION_DENIED_DEVELOPER_INTEGRATION_IS_TURNED_OFF = "PERMISSION_DENIED_DEVELOPER_INTEGRATION_IS_TURNED_OFF"; export declare const TAGS_NOT_EXIST_IN_WORKSPACE = "TAGS_NOT_EXIST_IN_WORKSPACE"; export declare const PAGES_NOT_EXIST_IN_PROJECTS = "PAGES_NOT_EXIST_IN_PROJECTS"; export declare const FRAMES_NOT_EXIST_IN_PROJECTS = "FRAMES_NOT_EXIST_IN_PROJECTS";