interface TextInputModalData {
    customId: string;
    type: TextInput;
    value: string;
}

Hierarchy (View Summary)

Properties

Properties

customId: string
type: TextInput
value: string