Skip to main content
Module

x/drash/tests/deps.ts>Drash.Interfaces.IResourceAndParams

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

Properties

resource: Resource

The instantiated resource class.

pathParams: Map<string, string>

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