blob: f86c34ca81c43c4804ca3d34f9c48a749245a535 [file] [log] [blame]
interface PluginStats {
warnings?: boolean;
errors?: boolean;
}
export { PluginStats };