interface Suggestion {
    text: string;
}

Properties

Properties

text: string

The suggested text.

Generated using TypeDoc