mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-15 04:59:42 +03:00
Moved to use enum
This commit is contained in:
5
backend/libs/enums/getAll.enum.ts
Normal file
5
backend/libs/enums/getAll.enum.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export enum EGetAll {
|
||||
all = 'all',
|
||||
will_post = 'will-post',
|
||||
posted = 'posted',
|
||||
}
|
||||
Reference in New Issue
Block a user