Skip to main content
Module

x/mandarinets/main-core/Mandarine.commonInterfaces.ns.ts

Mandarine.TS is a typescript, decorator-driven framework that allows you to create server-side applications. Mandarine.TS provides a range of built-in solutions such as Dependency Injection, Components, ORM and more. Under its umbrella, Mandarine.TS has 4 modules: Core, Data, Security and MVC, these modules will offer you the requirements to build a Mandarine-powered application.
Latest
import * as mandarinets from "https://deno.land/x/mandarinets@v2.3.2/main-core/Mandarine.commonInterfaces.ns.ts";

Interfaces

Implementation for a Mandarine-powered component which will behave as a pipe

Type Aliases

A component stereotype which extends to Mandarine.Components.CatchComponent

Contains the information from Mandarine plugged in the Oak Request. This additional data complements the Oak request & is used internally for and by Mandarine.

Typed mirror of Oak Request. Shortcut access.

A component stereotype which extends to Mandarine.Components.MiddlewareComponent

Array containing a group of elements of Mandarine.Types.PipeTransform or A single PipeTransform element.

A Mandarine-typed request context which comes down from the Oak Context

An accessor to the information of the context.

Main interface for Mandarine built-in authentication. This interface contains the required fields for the built-in authentication to validate

Main interface for Mandarine built-in authentication validator. Through a service that implements this interface, Mandarine is capable of executing the logic of retrieving the requested user