diff --git a/src/types.ts b/src/types.ts index fe22c90..cb7e314 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,7 +1,6 @@ export interface ResolverOptions { type: any; customType?: string; - records: any[]; options: any; }