Files
conference-room-booking-system/frontend/node_modules/fork-ts-checker-webpack-plugin/lib/reporter/FilesMatch.d.ts

8 lines
139 B
TypeScript
Raw Normal View History

interface FilesMatch {
files: string[];
dirs: string[];
excluded: string[];
extensions: string[];
}
export { FilesMatch };