Type Alias NewFormElementOptionSetStatic

NewFormElementOptionSetStatic: NewFormElementOptionSetBase & {
    environments: FormElementOptionSetEnvironmentStatic[];
    type: "STATIC" | "HCMS_CATEGORIES";
}