metadata.d.ts 149 B

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