@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Type Alias BookCommon

    type BookCommon = {
        allowPrint?: string;
        author?: string[];
        backgroundImage?: unknown;
        chatWithBook?: boolean;
        chatWithBookBrainKey?: string;
        coverColor?: string;
        coverImage?: unknown;
        customerExternalId?: string;
        displayName?: string;
        duration?: string;
        enforceUpdateOverUserInput?: boolean;
        extractorExtractionTimestamp?: string[];
        hasMarkAsDone?: boolean;
        hasPrintRestriction?: boolean;
        internalPrintPdf?: string;
        isEditable?: boolean;
        isPublic?: boolean;
        isTemplate?: boolean;
        isTemplateStripTheme?: boolean;
        kind?: string;
        language?: string[];
        maxTocChapterLevel?: number;
        processHandIn?: boolean;
        processHandInLocation?: string;
        publications?: string[];
        relatedBook?: string[];
        sourceDocument?: string;
        spaceId?: string[];
        subject?: string[];
        subtitle?: BitmarkPlus;
        subtype?: string;
        title?: BitmarkPlus;
        translationOfBook?: string;
        userFeedbackContentUrl?: string;
        userFeedbackTranslationUrl?: string;
    }
    Index
    allowPrint?: string
    author?: string[]
    backgroundImage?: unknown
    chatWithBook?: boolean
    chatWithBookBrainKey?: string
    coverColor?: string
    coverImage?: unknown
    customerExternalId?: string
    displayName?: string
    duration?: string
    enforceUpdateOverUserInput?: boolean
    extractorExtractionTimestamp?: string[]
    hasMarkAsDone?: boolean
    hasPrintRestriction?: boolean
    internalPrintPdf?: string
    isEditable?: boolean
    isPublic?: boolean
    isTemplate?: boolean
    isTemplateStripTheme?: boolean
    kind?: string
    language?: string[]
    maxTocChapterLevel?: number
    processHandIn?: boolean
    processHandInLocation?: string
    publications?: string[]
    relatedBook?: string[]
    sourceDocument?: string
    spaceId?: string[]
    subject?: string[]
    subtitle?: BitmarkPlus
    subtype?: string
    title?: BitmarkPlus
    translationOfBook?: string
    userFeedbackContentUrl?: string
    userFeedbackTranslationUrl?: string