aboutsummaryrefslogtreecommitdiffstats
path: root/src/Data/Enums/DocumentType.cs
blob: 084e80ebe84eeb8128f079be9a961b2d6262181b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
namespace VSH.Data.Enums;

public enum DocumentType
{
	PRIVACY_POLICY = 0,
	SALES_TERMS = 1,
	ABOUT_PAGE = 2,
	CONTACT_PAGE = 3,
	DEALERS_PAGE = 4,
}