metadata.d.ts 149 B

1234
  1. import type { Vocabulary } from "../types";
  2. export declare const metadataVocabulary: Vocabulary;
  3. export declare const contentVocabulary: Vocabulary;