Files
typescript-action/dist/main.d.ts
T

7 lines
144 B
TypeScript
Raw Normal View History

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