@coopenomics/sdk
    Preparing search index...

    Type Alias InputValueType

    InputValueType: {
        [x: string]:
            | string
            | number
            | boolean
            | InputValueType
            | [any, boolean | InputValueType | undefined]
            | undefined;
    }

    Type Declaration

    • [x: string]:
          | string
          | number
          | boolean
          | InputValueType
          | [any, boolean | InputValueType | undefined]
          | undefined