mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-14 12:49:41 +03:00
6 lines
93 B
TypeScript
6 lines
93 B
TypeScript
export enum EGetAll {
|
|
all = 'all',
|
|
will_post = 'will-post',
|
|
posted = 'posted',
|
|
}
|