@forestadmin/forest-cloud
Version:
Utility to bootstrap and publish forest admin cloud projects customization
3 lines • 301 B
TypeScript
import type { EnvironmentVariables, Logger, Login } from './types';
export declare const loginIfMissingAuthAndReturnEnvironmentVariables: (login: Login, logger: Logger, getEnvironmentVariables: () => Promise<EnvironmentVariables>) => Promise<EnvironmentVariables>;
//# sourceMappingURL=shared.d.ts.map