Files
neuro-reply-website/backend/libs/enums/getAll.enum.ts
2024-07-03 23:49:05 +03:00

6 lines
87 B
TypeScript

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