Unicode MessageFormat for JavaScript
    Preparing search index...

    Interface MessageTextPart

    interface MessageTextPart {
        type: "text";
        value: string;
    }
    Index

    Properties

    Properties

    type: "text"
    value: string