UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

7 lines 380 B
declare const showError: (message: string) => void; declare const showWarning: (message: string) => void; declare const showSuccess: (message: string) => void; declare const showInfo: (message: string) => void; declare const showMessage: (message: string) => void; export { showError, showWarning, showSuccess, showInfo, showMessage }; //# sourceMappingURL=message-helper.d.ts.map