less-watcher/dist/index.d.ts

9 lines
172 B
TypeScript
Raw Normal View History

2025-01-16 06:24:22 +00:00
export type LessCssWatcherConfigObject = {
src?: string | string[];
dst?: string | string[];
srcDst?: {
src?: string;
dst?: string;
}[];
};