openai-proxy / src /types.d.ts
zhzabcd's picture
Upload 5 files
ca5b3b3 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;
};