UNPKG

@supernovaio/cli

Version:

Supernova.io Command Line Interface

19 lines 611 B
import * as sdkTypes from "@supernovaio/sdk"; import "colors"; export interface DefaultDesignSystemFlags { apiKey: string; apiUrl?: string; brandId?: string; designSystemId: string; proxyUrl?: string; themeId?: string; } export declare function getWritableVersion(flags: DefaultDesignSystemFlags): Promise<{ brand: null | sdkTypes.Brand; designSystem: sdkTypes.DesignSystem; id: sdkTypes.RemoteWorkspaceVersionIdentifier; instance: sdkTypes.Supernova; theme: null | sdkTypes.TokenTheme; version: sdkTypes.DesignSystemVersion; }>; //# sourceMappingURL=sdk.d.ts.map