Revert "types(ApplicationCommandManager): Deprecate old *Data type …usages and allow camel cased dapi types to be used (#7052)

This commit is contained in:
Suneet Tipirneni
2021-12-01 06:28:22 -05:00
committed by GitHub
parent 85e6812ce2
commit a39d8c4d9d
5 changed files with 127 additions and 165 deletions

View File

@@ -24,7 +24,6 @@
"array-type": [true, "array"],
"one-line": false,
"no-any-union": false,
"void-return": false,
"unified-signatures": false
"void-return": false
}
}