setAccountCheatController value type check
This commit is contained in:
parent
e2a7368864
commit
68d028d6b4
@ -14,5 +14,5 @@ export const setAccountCheatController: RequestHandler = async (req, res) => {
|
||||
|
||||
interface ISetAccountCheatRequest {
|
||||
key: keyof IAccountCheats;
|
||||
value: undefined;
|
||||
value: boolean | number;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user