interface FileChange {
    type: FileChangeType;
    uri: string;
}

Properties

Properties

uri: string