cooptypes - v2026.4.27-2
    Preparing search index...

    Interface IGeneratedDocument<T>

    interface IGeneratedDocument<T = any> {
        binary: Uint8Array;
        full_title: string;
        hash: string;
        html: string;
        meta: IMetaDocument & T;
    }

    Type Parameters

    • T = any
    Index

    Properties

    binary: Uint8Array
    full_title: string
    hash: string
    html: string