interface FileChange {
    details: FileChangeDetail[];
}

Properties

Properties

details: FileChangeDetail[]