UNPKG

@sap/adp-common

Version:
9 lines (8 loc) 178 B
interface Response { status: string; statusText: string; } export default class MessageUtils { static getLoginErrorMessage(response?: Response): string; } export {};