namespace IOL.GreatOffice.Api.Data.Enums; public enum TodoVisibility { PRIVATE = 0, UNLISTED = 1, INTERNAL = 2, PUBLIC = 3, }