Files
container-toolkit-action/dist/main.d.ts
2025-01-08 11:58:58 -05:00

7 lines
144 B
TypeScript
Generated

/**
* The main function for the action.
*
* @returns Resolves when the action is complete.
*/
export declare function run(): Promise<void>;