Interface RemoteFileChange

interface RemoteFileChange {
    resource: string;
    type: FileChangeType;
}

Properties

Properties

resource: string