interface JSONDoc {
    [key: string]: JSON | undefined;
}

Indexable

[key: string]: JSON | undefined

Generated using TypeDoc