Skip to main content

Variable: GatewaySecretReferenceListItemSchema

const GatewaySecretReferenceListItemSchema: z.ZodType<{
[key: string]: unknown;
id?: string;
name?: string;
slug?: string;
manager_type?: string;
status?: string;
created_at?: string;
last_updated_at?: string;
object?: string;
}>;

Defined in: src/models/ai-gateway-extensions.ts:1481

SCM SecretReferenceListItem; unknown response fields are preserved.