DocumentType: null | boolean | number | string | DocumentType[] | {
    [prop: string]: DocumentType;
}

Type representing a plain JavaScript object that can be serialized to JSON.

Type declaration