PropertyGroup

Example values

TypeScript
{
type: 'AND' | 'OR';
values: PropertyGroup[] | FlagProperty[];
}

Community questions