UNPKG

@theguild/federation-composition

Version:
7 lines 324 B
import { SupergraphValidationContext } from './../validation-context.js'; export type GraphTypeValidationContext = { graphName: string; isInterfaceObject: boolean; }; export declare function TypesOfTheSameKindRule(context: SupergraphValidationContext): void; //# sourceMappingURL=types-of-the-same-kind-rule.d.ts.map