type alias SearchResultimport { type SearchResult } from "https://dotland.deno.dev/x/drash@v3.0.0-beta.2/src/standard/handlers/ResourcesIndex.ts"; definition: { resource: Resource; path_params: Record<string, string | undefined>; }