Type Alias BeginLogInWithWeb3Mutation
BeginLogInWithWeb3Mutation: {
__typename?: "NotifiMutation";
beginLogInWithWeb3: {
__typename?: "BeginLogInWithWeb3Payload";
beginLogInWithWeb3Response?: {
__typename?: "BeginLogInWithWeb3Response";
nonce: string;
};
};
}