Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MandarineSecurity.Auth.PredefinedExpressions

import type { MandarineSecurity } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/security-core/mandarine-security.ns.ts"; 

const { PredefinedExpressions } = MandarineSecurity.Auth;
type PredefinedExpressions = "isauthenticated()" | "hasRole()";

§Type

§
"isauthenticated()" | "hasRole()"
[src]