4 lines
280 B
TypeScript
4 lines
280 B
TypeScript
import { CLIContext, type CloudCliConfig } from '../types';
|
|
declare const buildLogsServiceFactory: ({ logger }: CLIContext) => (url: string, token: string, cliConfig: CloudCliConfig) => Promise<unknown>;
|
|
export { buildLogsServiceFactory };
|
|
//# sourceMappingURL=build-logs.d.ts.map
|