UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

12 lines 366 B
/** * Copyright IBM Corp. 2024, 2025 */ 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