Skip to content

Variable: ServiceRegistryTierSchema

ts
const ServiceRegistryTierSchema: ZodObject<{
  description: ZodOptional<ZodNullable<ZodString>>;
  id: ZodOptional<ZodString>;
  level: ZodOptional<ZodNumber>;
  name: ZodOptional<ZodNullable<ZodString>>;
  nameKey: ZodOptional<ZodString>;
}, $loose>;

Defined in: src/cloud/models/serviceRegistryTier.ts:4