PlainJSON: boolean | number | string | {
    [key: string]: PlainJSON;
} | PlainJSON[]

Generated using TypeDoc