UNPKG

@equinor/mad-core

Version:

Core library for the Mobile App Delivery team

6 lines (5 loc) 203 B
import { ServiceMessage } from "../types"; export declare const resolveMessageFromServiceMessage: (serviceMessage: ServiceMessage, isError: boolean) => { message: string; url?: string | null; };