oneuptime/Types/tsfixme.d.ts
Nawaz Dhandala a981683d81
fix
2022-04-10 22:50:28 +01:00

3 lines
84 B
TypeScript

export type $TSFixMe = any;
export type $TSFixMeFunction = (...args: any[]) => any;