mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
2 lines
101 B
TypeScript
2 lines
101 B
TypeScript
export type PromiseVoidFunctionType = () => Promise<void>;
|
|
export type VoidFunctionType = () => void; |