Files
container-toolkit-action/dist/main.d.ts
T

7 lines
144 B
TypeScript
Raw Normal View History

2025-01-08 11:58:58 -05:00
/**
* The main function for the action.
*
* @returns Resolves when the action is complete.
*/
export declare function run(): Promise<void>;