PluginStats.d.ts 96 B

12345
  1. interface PluginStats {
  2. warnings?: boolean;
  3. errors?: boolean;
  4. }
  5. export { PluginStats };