Skip to main content
Module

x/drash/src/interfaces.ts>IResourceAndParams

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
interface IResourceAndParams
import { type IResourceAndParams } from "https://deno.land/x/drash@v2.7.0/src/interfaces.ts";

Properties

resource: Resource

The instantiated resource class.

pathParams: Map<string, string>

The instantiated resource class' path params (if any).