Type alias SearchAction

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

Type declaration

  • action: string

    The action

  • title: string

    The title

Generated using TypeDoc