LWT JavaScript API
    Preparing search index...

    Interface EpubImportOutcome

    Outcome of an import, flattened for callers that only branch on success.

    interface EpubImportOutcome {
        bookId: number | null;
        error: string;
        message: string;
    }
    Index
    bookId: number | null
    error: string
    message: string