LaundryTag: Of<{
    id: 14;
    tags: {
        ExtraDry: {
            id: 2;
            label: "Extra Dry";
        };
        LightDry: {
            id: 1;
            label: "Light Dry";
        };
        NoDry: {
            id: 3;
            label: "No Dry";
        };
        Normal: {
            id: 0;
            label: "Normal";
        };
    };
}> = ...

The tags contained in this namespace are restricted for use in the laundry domain and shall NOT be used in any other domain or context.

MatterSpecification.v13.Namespace § 11