namespace VSH.Data.Enums; public enum DocumentType { PRIVACY_POLICY = 0, SALES_TERMS = 1, ABOUT_PAGE = 2, CONTACT_PAGE = 3, DEALERS_PAGE = 4, }