Moved to use enum

This commit is contained in:
2023-11-22 17:36:05 +03:00
parent a17a06cbac
commit ac778289d0
3 changed files with 14 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
export enum EGetAll {
all = 'all',
will_post = 'will-post',
posted = 'posted',
}