Skip to main content
Module

x/aleph/types.ts>ResolveResult

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias ResolveResult
import { type ResolveResult } from "https://deno.land/x/aleph@v0.3.0-alpha.32/types.ts";

The result of loader resove.

definition: { url: string; external?: boolean; pagePath?: string; isIndex?: boolean; data?: any; }