index.d.ts 106 B

1234
  1. export declare function updatePlugin(options: {
  2. name: string;
  3. enable: boolean;
  4. }): Promise<void>;