UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

8 lines 186 B
/** * Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ export interface GitReference { ref: string; sha: string; } //# sourceMappingURL=git-reference.model.d.ts.map