interface ServerRouterProps {
    abortDelay?: number;
    context: EntryContext;
    nonce?: string;
    url: string | URL;
}

Properties

abortDelay?: number
context: EntryContext
nonce?: string
url: string | URL