UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

12 lines 268 B
/** * Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ export interface BranchNode { name: string; target: { oid: string; commitUrl: string; committedDate?: string; }; } //# sourceMappingURL=branch-node.model.d.ts.map