/**
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
*/
export interface RepoDetails {
    id: number;
    repository: string;
    description: string;
}
//# sourceMappingURL=repo-details.model.d.ts.map