*records should not be in ResolverOptions
This commit is contained in:
parent
32c33748e4
commit
351e4ceb85
|
@ -1,7 +1,6 @@
|
||||||
export interface ResolverOptions {
|
export interface ResolverOptions {
|
||||||
type: any;
|
type: any;
|
||||||
customType?: string;
|
customType?: string;
|
||||||
records: any[];
|
|
||||||
options: any;
|
options: any;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue