UNPKG

svead

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