Interface ZGeneratedDocument<T>

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

Type Parameters

  • T = any

Properties

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