@coopenomics/sdk
    Preparing search index...

    Type Alias Variable<T, Name>

    type Variable<T extends GraphQLVariableType, Name extends string> = {
        " __zeus_name": Name;
        " __zeus_type": T;
    }

    Type Parameters

    Index

    Properties

    " __zeus_name": Name
    " __zeus_type": T