feat(core): Export CommitResult interface for external use.
This commit is contained in:
@@ -33,7 +33,7 @@ interface RepoSearchResponse {
|
||||
data: Repository[];
|
||||
}
|
||||
|
||||
interface CommitResult {
|
||||
export interface CommitResult {
|
||||
baseUrl: string;
|
||||
org: string;
|
||||
repo: string;
|
||||
|
Reference in New Issue
Block a user