UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

9 lines 324 B
import { ResolutionMode } from "../types/resolution-mode.type.js"; import { ChangedItem } from "./changed-item.model.js"; export interface PullInputType { repoNameWithOwner: string; branchName: string; changedItems: ChangedItem[]; resolution?: ResolutionMode; } //# sourceMappingURL=pull-input.model.d.ts.map