JSONLike: {
    [k: string]: number | string | boolean | JSONLike | JSONLike[];
} | JSONLike[]

Type declaration

Generated using TypeDoc