Variable AuthRequiredSchemaConst
AuthRequiredSchema: ZodObject<
{
accountId: ZodOptional<ZodString>;
expires_in: ZodOptional<ZodNumber>;
flow: ZodOptional<ZodString>;
instructions: ZodString;
message: ZodString;
provider: ZodString;
type: ZodLiteral<"auth_required">;
url: ZodString;
user_code: ZodOptional<ZodString>;
},
$strip,
> = ...
Zod schema for auth_required responses