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

x/vicis/src/const/ECastType.ts>ECastType

Presentation and transformation layer for data output in RESTful APIs.
Latest
enum ECastType
import { ECastType } from "https://deno.land/x/vicis@1.0.0/src/const/ECastType.ts";

Members

BOOLEAN = "boolean"
FLAG = "flag"
INTEGER = "integer"
JSON = "json"
NUMERIC = "numeric"
STRING = "string"