更新types

This commit is contained in:
fofolee 2024-03-01 09:30:33 +08:00
parent 209da5e869
commit fbae2864b2

View File

@ -157,11 +157,13 @@ interface quickcommandApi {
* @param message * @param message
* @param title * @param title
* @param html html false * @param html html false
* @param width 450
*/ */
showConfirmBox( showConfirmBox(
message?: string, message?: string,
title?: string, title?: string,
isHtml?: boolean isHtml?: boolean,
width?: number
): Promise<boolean>; ): Promise<boolean>;
/** /**