UNPKG

214 BTypeScriptView Raw
1import { TPrefixes } from '@auto/utils';
2import { TRepoLog, TSlackOptions } from './types';
3export declare const sendRepoSlackMessage: (log: TRepoLog, prefixes: TPrefixes, options: TSlackOptions) => Promise<void>;