interface SuggestionOptions {
    q?: string;
}

Properties

Properties

q?: string