wrangler-action/dist/index.d.ts
Maximo Guk 1eddb4871d
test
2024-11-01 13:11:11 -05:00

6 lines
378 B
TypeScript

declare function installWrangler(): Promise<void>;
declare function authenticationSetup(): void;
declare function execCommands(commands: string[], cmdType: string): Promise<void>;
declare function uploadSecrets(): Promise<void>;
declare function wranglerCommands(): Promise<void>;
export { authenticationSetup, execCommands, installWrangler, uploadSecrets, wranglerCommands, };