Skip to content

Commit

Permalink
fix: added to new constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman035 committed Nov 27, 2023
1 parent d0b0b62 commit ad4860f
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions packages/restapi/src/lib/constantsV2.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
import { ENV, MessageType } from "./constants";
import { ChatListType } from "./pushapi/pushAPITypes";
import { STREAM } from "./pushstream/pushStreamTypes";
import { ConditionType, GROUP_INVITER_ROLE, GROUP_RULES_CATEGORY, GROUP_RULES_PERMISSION, GROUP_RULES_SUB_CATEGORY } from "./types";


import { ENV, MessageType, ALPHA_FEATURES } from './constants';
import { ChatListType } from './pushapi/pushAPITypes';
import { STREAM } from './pushstream/pushStreamTypes';
import {
ConditionType,
GROUP_INVITER_ROLE,
GROUP_RULES_CATEGORY,
GROUP_RULES_PERMISSION,
GROUP_RULES_SUB_CATEGORY,
} from './types';

// TODO: Change this do . type
// TODO: Add Notif type.
Expand All @@ -25,6 +29,7 @@ const CONSTANTS = {
},
},
},
ALPHA_FEATURES: ALPHA_FEATURES,
};

export default CONSTANTS;

0 comments on commit ad4860f

Please sign in to comment.