UNPKG

@girin/framework

Version:

Core modules for Girin: GraphQL server framework

16 lines 455 B
import { FrameworkDatastore } from '../core/FrameworkDatastore'; interface FooConstructor { new (): { id: string; foo: string; }; } interface BarConstructor { new (): { id: string; bar: string; }; } export declare function testFrameworkDatastoreSpec(datastore: FrameworkDatastore, TypeA: FooConstructor, TypeB: BarConstructor): Promise<void>; export {}; //# sourceMappingURL=FrameworkDatastore.spec.d.ts.map