ContentMetadata: {
    authority: Authority;
    contentType: MIME_TYPES;
    creditedSource: string;
    description: string;
    id: string;
    licensedFrom?: string;
    metadata: Record<string, unknown>;
    ownership: "owned" | "licensed" | "referenced";
    published: string;
    title: string;
    type: ContentTypes;
    uri: string;
}

Type declaration

  • authority: Authority
  • contentType: MIME_TYPES
  • creditedSource: string
  • description: string
  • id: string
  • Optional licensedFrom?: string
  • metadata: Record<string, unknown>
  • ownership: "owned" | "licensed" | "referenced"
  • published: string
  • title: string
  • type: ContentTypes
  • uri: string

Generated using TypeDoc