UNPKG

asma-genql-activities

Version:

autogen types for activities gql

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