SourceContentType
type SourceContentType = "text" | "transcript" | "highlight" | "bookmark";The default content type Trove assigns a document when it omits contentType.
Mirrors the GraphQL ContentType enum surfaced on IngestDocumentInput.
type SourceContentType = "text" | "transcript" | "highlight" | "bookmark";The default content type Trove assigns a document when it omits contentType.
Mirrors the GraphQL ContentType enum surfaced on IngestDocumentInput.