1 2 3 4 5 6 7 8 9 10
namespace IOL.GreatOffice.Api.Models.Enums; public enum TodoVisibility { PRIVATE = 0, UNLISTED = 1, INTERNAL = 2, PUBLIC = 3, }