Interface WatchingPattern

interface WatchingPattern {
    file?: number;
    regexp: string;
}

Properties

Properties

file?: number
regexp: string