UNPKG

@hasura/metadata-api

Version:
5 lines (4 loc) 154 B
import type { ToSourceRelationshipDef } from './ToSourceRelationshipDef'; export type RelationshipToSource = { to_source: ToSourceRelationshipDef; };