Interface for the fields of a MessagePlaceholder.

interface MessagesPlaceholderFields<T> {
    variableName: T;
    optional?: boolean;
}

Type Parameters

  • T extends string

Implemented by

Properties

variableName: T
optional?: boolean

Generated using TypeDoc