神仙都没用 68cd190481 发布 8.0
2025-02-19 11:41:01 +08:00

5 lines
106 B
TypeScript

export declare function updatePlugin(options: {
name: string;
enable: boolean;
}): Promise<void>;