Variable: GatewayApiKeyRotateResponseSchema
const GatewayApiKeyRotateResponseSchema: ZodObject<{
id: ZodString;
key: ZodString;
key_transition_expires_at: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
id: ZodString;
key: ZodString;
key_transition_expires_at: ZodString;
}, ZodTypeAny, "passthrough">, objectInputType<{
id: ZodString;
key: ZodString;
key_transition_expires_at: ZodString;
}, ZodTypeAny, "passthrough">>;
Defined in: src/models/ai-gateway.ts:834
One-time response from an explicit API-key rotation. Never log key.