JSONValue: null | boolean | number | string | yerpc.JSONValue[] | {
    [key: string]: yerpc.JSONValue;
}

Generated using TypeDoc