UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

8 lines 159 B
/** * Copyright IBM Corp. 2024, 2025 */ export interface GitReference { ref: string; sha: string; } //# sourceMappingURL=git-reference.model.d.ts.map