UNPKG

@tokens-studio/sdk

Version:
11 lines 336 B
import type { CLIConfig } from '../run.js'; import type { File } from './write-sets-to-fs.js'; export declare function fetchRelease(client: any, { project, org, config }: { project: string; org: string; config: CLIConfig; }): Promise<{ tokens: File[]; configs: File[]; }>; //# sourceMappingURL=fetch-release.d.ts.map