fix(Constants): Ordering and missing information (#9500)

fix(Constants): ordering and missing information
This commit is contained in:
Jiralite
2023-05-02 11:44:10 +01:00
committed by GitHub
parent 21dfac90ac
commit 53d347734f
3 changed files with 113 additions and 122 deletions

5
typings/enums.d.ts vendored
View File

@@ -185,11 +185,6 @@ export const enum MessageComponentTypes {
TEXT_INPUT = 4,
}
export const enum ModalComponentTypes {
ACTION_ROW = 1,
TEXT_INPUT = 4,
}
export const enum MFALevels {
NONE = 0,
ELEVATED = 1,