zhzabcd's picture
Upload 17 files
4b844d0 verified
raw
history blame contribute delete
259 Bytes
type Session = {
deviceId: string;
persona: string;
arkose: {
required: boolean;
dx: any;
};
turnstile: {
required: boolean;
};
proofofwork: {
required: boolean;
seed: string;
difficulty: string;
};
token: string;
};