mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-15 04:59:42 +03:00
6 lines
87 B
TypeScript
6 lines
87 B
TypeScript
export enum EGetAll {
|
|
all = "all",
|
|
will_post = "will-post",
|
|
posted = "posted",
|
|
}
|