UNPKG

@hasura/metadata-api

Version:
5 lines (4 loc) 161 B
import type { ToSchemaRelationshipDef } from './ToSchemaRelationshipDef'; export type RelationshipToSchema = { to_remote_schema: ToSchemaRelationshipDef; };