UNPKG

@dipakparmar/ca-business-registry-graphql

Version:
6 lines 390 B
/// <reference types="node" /> import { schema } from './schema'; import { CreateServerProps } from './types'; declare const createCABusinessRegistryGraphQLServer: (params?: CreateServerProps) => import("http").Server<typeof import("http").IncomingMessage, typeof import("http").ServerResponse>; export { createCABusinessRegistryGraphQLServer, schema }; //# sourceMappingURL=server.d.ts.map