Interface LocalizableMessage

interface LocalizableMessage {
    code: number;
    key: string;
    text: string;
}

Properties

Properties

code: number
key: string
text: string