diff --git a/typings/config.d.ts b/typings/config.d.ts index 7373ab2..219112e 100644 --- a/typings/config.d.ts +++ b/typings/config.d.ts @@ -43,7 +43,7 @@ export interface Config { * Disable whether clicking on `[Report handled]` deletes the * report chat message. */ - noReportChatDeletion: boolean; + noReportChatDeletion?: boolean; }; /**