Interface SearchAction

interface SearchAction {
    action: string;
    title: string;
}

Properties

Properties

action: string

The action

title: string

The title