Type alias JSONType

JSONType: null | Primitive | JSONType[] | {
    [key: string]: JSONType;
}

Input value type.

Type declaration

Generated using TypeDoc