/**
 * Copyright IBM Corp. 2024, 2025
 */
export interface CommitResponse {
	commitId: string | null;
	errorMessages: string[];
}