UNPKG

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