diff --git a/src/core/parseReflectedType.ts b/src/core/parseReflectedType.ts index e4b72a3..a2e9866 100644 --- a/src/core/parseReflectedType.ts +++ b/src/core/parseReflectedType.ts @@ -1,4 +1,4 @@ -export type FunctionDef { +export type FunctionDef = { name: string, aliasOf?: string, signatures: Array<{