/** * Describes a document with a `@context` property. * * @beta This API may change without a BREAKING CHANGE notice. */ export type ContextDoc = { '@context': Record; }; //# sourceMappingURL=types.d.ts.map