mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-04 14:41:14 +00:00
Update arg type in NodeQQNTWrapperUtil interface
Changed the type of the 'arg' parameter in the NodeQQNTWrapperUtil interface from optional number to 'number | null | undefined' for improved type clarity.
This commit is contained in:
parent
04654b6cbf
commit
88260d5f4a
@ -150,7 +150,7 @@ export interface NodeQQNTWrapperUtil {
|
||||
height: number;
|
||||
},
|
||||
fileFormat: string,
|
||||
arg?: number, // null undefined都行
|
||||
arg: number | null | undefined, // null undefined都行
|
||||
): Promise<GeneralCallResult & { targetPath?: string; }>;
|
||||
}
|
||||
export interface NodeIQQNTStartupSessionWrapper {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user