IMessage
interface IMessage {
key: string,
languageCode: string,
languageName: string,
message: string,
hasModified?: boolean
}Usage
import {IMessage} from 'uxp/components';Last updated
interface IMessage {
key: string,
languageCode: string,
languageName: string,
message: string,
hasModified?: boolean
}import {IMessage} from 'uxp/components';Last updated