interface IFileChangeDto {
    resource: UriComponents;
    type: FileChangeType;
}

Properties

Properties

resource: UriComponents
type: FileChangeType