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

Properties

Properties

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