*records should not be in ResolverOptions

This commit is contained in:
Derrick Hammer 2022-08-18 11:03:50 -04:00
parent 32c33748e4
commit 351e4ceb85
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
export interface ResolverOptions {
type: any;
customType?: string;
records: any[];
options: any;
}