UNPKG

svead

Version:
6 lines (5 loc) 206 B
import type { Graph, Thing, WithContext } from 'schema-dts'; export type SchemaOrgType = Graph | Thing | WithContext<Thing>; export interface SchemaOrgProps { schema: SchemaOrgType | SchemaOrgType[]; }