Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/sinco/tests/deps.ts>Drash.Interfaces.IResourceServices

Browser Automation and Testing Tool for Deno, written in full TypeScript
Latest
interface Drash.Interfaces.IResourceServices
import { type Drash } from "https://deno.land/x/sinco@v4.1.0/tests/deps.ts";
const { IResourceServices } = Drash.Interfaces;

Properties

optional
CONNECT: Service[]
optional
DELETE: Service[]
optional
GET: Service[]
optional
HEAD: Service[]
optional
OPTIONS: Service[]
optional
PATCH: Service[]
optional
POST: Service[]
optional
PUT: Service[]
optional
TRACE: Service[]
optional
ALL: Service[]