export type MandatoryMarking = T & { __markingBrand?: "mandatory" }; export type ClassificationMarking = T & { __markingBrand?: "classification" };