/**
 * Copyright Super iPaaS Integration LLC, an IBM Company 2024
*/
export interface CommitResponse {
    commitId: string | null;
    errorMessages: string[];
}
//# sourceMappingURL=commit-response.model.d.ts.map