3 lines
243 B
TypeScript
3 lines
243 B
TypeScript
import type { CLIContext, CloudCliConfig } from '../types';
|
|
export declare function notificationServiceFactory({ logger }: CLIContext): (url: string, token: string, cliConfig: CloudCliConfig) => void;
|
|
//# sourceMappingURL=notification.d.ts.map
|