source: src/Clients/Angular/finki-chattery/src/app/shared-app/models/question-state-enums.models.ts@ 7c3e6a8

dev
Last change on this file since 7c3e6a8 was 7c3e6a8, checked in by Стојков Марко <mst@…>, 3 years ago

Vote functionality on frontend

  • Property mode set to 100644
File size: 109 bytes
Line 
1export enum PreviewQuestionsOrderEnum {
2 Latest,
3 Popular
4}
5
6export enum VoteType {
7 Upvote,
8 Downvote
9}
Note: See TracBrowser for help on using the repository browser.