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