interface ClaimOptions {
    provider?: string;
    turnstileToken?: string;
}

Properties

provider?: string
turnstileToken?: string