Type alias ParsedMetadataAttributes

ParsedMetadataAttributes: Partial<Omit<MetadataType, "timespan" | "revision"> & {
    revision?: string[];
}>