Variable: PyPIAuthResponseSchema
const PyPIAuthResponseSchema: ZodObject<{
url: ZodString;
expires_at: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
url: ZodString;
expires_at: ZodString;
}, ZodTypeAny, "passthrough">, objectInputType<{
url: ZodString;
expires_at: ZodString;
}, ZodTypeAny, "passthrough">>;
Defined in: src/models/model-security.ts:532
Zod schema for PyPI authentication response.