rune
Version:
CLI to upload your games to Rune
10 lines (9 loc) • 421 B
TypeScript
import { CheckVerificationMutationVariables } from "../../generated/types.js";
/**
* Performs the CheckVerification mutation outside of React context
* @param variables The verification token to check
* @returns Promise with the auth token if verification was successful
*/
export declare function queryAuthToken(variables: CheckVerificationMutationVariables): Promise<{
authToken: string | null | undefined;
}>;