danger
Version:
Unit tests for Team Culture
7 lines (6 loc) • 383 B
TypeScript
import { GitLabDSL } from "../../dsl/GitLabDSL";
import { GitDSL, GitJSONDSL } from "../../dsl/GitDSL";
import type * as Types from "@gitbeaker/rest";
import GitLabAPI from "./GitLabAPI";
export declare const gitLabGitDSL: (gitlab: GitLabDSL, json: GitJSONDSL, gitlabAPI: GitLabAPI) => GitDSL;
export declare const gitlabChangesToDiff: (changes: Types.CommitDiffSchema[]) => string;