UNPKG

239 BTypeScriptView Raw
1import { TPrefixes } from '@auto/utils';
2import { TGithubOptions, TWorkspacesLog } from './types';
3export declare const makeWorkspacesGithubReleases: (logs: TWorkspacesLog[], prefixes: TPrefixes, options: TGithubOptions) => Promise<void>;