chore: save current changes
This commit is contained in:
@@ -55,6 +55,8 @@ declare global {
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
create: (options: any) => void;
|
||||
destroy: (id: string) => void;
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
getluckysheetfile: () => any;
|
||||
// 实际功能会通过动态加载的脚本注入
|
||||
// 最小化声明以通过 TypeScript 检查
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user