UNPKG

asma-genql-proxy

Version:

autogen types for proxy gql

6 lines 100 B
export type JSONValue = | string | number | boolean | { [x: string]: JSONValue } | Array<JSONValue>;