retag-nix-docker-image/dist/main.d.ts

7 lines
144 B
TypeScript
Raw Permalink Normal View History

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