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

Type declaration