source:
src/Clients/Angular/finki-chattery/src/app/shared-app/models/question-state-enums.models.ts@
7c3e6a8
Last change on this file since 7c3e6a8 was 7c3e6a8, checked in by , 3 years ago | |
---|---|
|
|
File size: 109 bytes |
Line | |
---|---|
1 | export enum PreviewQuestionsOrderEnum { |
2 | Latest, |
3 | Popular |
4 | } |
5 | |
6 | export enum VoteType { |
7 | Upvote, |
8 | Downvote |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.