Skip to content

Variable: ProjectFeatureStateSchema

ts
const ProjectFeatureStateSchema: ZodObject<{
  state: ZodOptional<ZodCustom<string & object | "ENABLED" | "DISABLED" | "COMING_SOON", string & object | "ENABLED" | "DISABLED" | "COMING_SOON">>;
}, $loose>;

Defined in: src/cloud/models/projectFeatureState.ts:5

Details of the feature state.