UNPKG

rune

Version:

CLI to upload your games to Rune

8 lines (7 loc) 375 B
import { CheckVerificationMutationVariables } from "../generated/types.js"; export declare function useCheckVerification(): { checkVerification: (variables: CheckVerificationMutationVariables) => void; checkVerificationLoading: boolean; checkVerificationError: import("@apollo/client/errors").ApolloError | undefined; authToken: string | null | undefined; };