Variable: GatewayDeploymentTagsSchema
const GatewayDeploymentTagsSchema: z.ZodType<
| {
[key: string]: string;
}
| null>;
Defined in: src/models/ai-gateway-extensions.ts:2869
SCM DeploymentTags; unknown response fields are preserved.
const GatewayDeploymentTagsSchema: z.ZodType<
| {
[key: string]: string;
}
| null>;
Defined in: src/models/ai-gateway-extensions.ts:2869
SCM DeploymentTags; unknown response fields are preserved.