Type Alias GetTenantConnectedWalletQueryVariables

GetTenantConnectedWalletQueryVariables: Exact<{
    after?: InputMaybe<Scalars["String"]["input"]>;
    first?: InputMaybe<Scalars["Int"]["input"]>;
    input?: InputMaybe<GetTenantConnectedWalletInput>;
}>