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

This commit is contained in:
Suneet Tipirneni
2021-11-29 05:17:57 -05:00
committed by GitHub
parent 54f937d82c
commit 2c91c488e8
5 changed files with 129 additions and 82 deletions

View File

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