UNPKG

@supernovaio/cli

Version:

Supernova.io Command Line Interface

22 lines 755 B
import * as pulsar from "@supernova-studio/pulsar-language"; export interface ExportConfiguration { accessToken: string; apiUrl: string; apiVersion?: string; brandId?: string; debugMode?: boolean; designSystemId: string; designSystemVersionId: string; exportPath: string; logger: pulsar.PLLogger; proxyUrl?: string; themeId?: string; } export declare enum ErrorCode { designSystemDescriptionFailed = "ERR_DESIGN_SYSTEM_DESCRIPTION_FAILED", documentationPublishingFailed = "ERR_DOCUMENTATION_PUBLISHING_FAILED", exportFailed = "ERR_EXPORT_FAILED", tokenSyncFailed = "ERR_TOKEN_SYNC_FAILED", workspaceDescriptionFailed = "ERR_WORKSPACE_DESCRIPTION_FAILED" } //# sourceMappingURL=types.d.ts.map