Interface ISearchForm<Scope>

interface ISearchForm<Scope = unknown> {
    scope: Record<string, Scope[]>;
    search: string;
}

Type Parameters

  • Scope = unknown

Properties

Properties

scope: Record<string, Scope[]>
search: string