mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
5 lines
177 B
TypeScript
5 lines
177 B
TypeScript
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type, @typescript-eslint/no-restricted-types
|
|
type GenericFunction = Function;
|
|
|
|
export default GenericFunction;
|