setTool.d.ts 112 B

1234
  1. export declare function setTool(tool?: string[]): {
  2. '@type': string;
  3. name: string;
  4. }[] | undefined;