We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c2fb50 commit 3b32863Copy full SHA for 3b32863
frontend/src/types/ValidityUnit.ts
@@ -0,0 +1,6 @@
1
+export enum ValidityUnit {
2
+ Year = 0,
3
+ Month = 1,
4
+ Day = 2,
5
+ Hour = 3
6
+}
0 commit comments