/**
 * Copyright Super iPaaS Integration LLC, an IBM Company 2024
 */
export interface VCSFileInfo {
    isModified: boolean;
    path: string;
    fileUrl: string;
    repoNameWithOwner: string;
}
//# sourceMappingURL=vcs-file-info.model.d.ts.map