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

    Interface ZGeneratedDocument<T>

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

    Type Parameters

    • T = any
    Index

    Properties

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