feat(core): Export CommitResult interface for external use.

This commit is contained in:
2024-12-13 20:01:29 +01:00
parent e3b51414a9
commit 96ed35e953
3 changed files with 7 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ interface RepoSearchResponse {
data: Repository[];
}
interface CommitResult {
export interface CommitResult {
baseUrl: string;
org: string;
repo: string;