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