CompleteLogInWithWeb3Mutation: {
    __typename?: "NotifiMutation";
    completeLogInWithWeb3: {
        __typename?: "CompleteLogInWithWeb3Payload";
        user?: {
            __typename?: "User";
            authorization?: {
                __typename?: "Authorization";
                expiry: string;
                token: string;
            };
            email?: string;
            emailConfirmed?: boolean;
            roles?: (string | undefined)[];
        };
    };
}