Files
neuro-reply-website/backend/libs/enums/getAll.enum.ts
2023-11-22 17:36:05 +03:00

6 lines
93 B
TypeScript

export enum EGetAll {
all = 'all',
will_post = 'will-post',
posted = 'posted',
}