Variable: GatewayDownloadLogsResponseSchema
const GatewayDownloadLogsResponseSchema: z.ZodType<{
[key: string]: unknown;
signed_url: string;
}>;
Defined in: src/models/ai-gateway-extensions.ts:1445
SCM DownloadLogsResponse; unknown response fields are preserved.