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