Skip to main content
Module

x/apex_core/model.ts>PrimitiveName

JavaScript / Node.js support for the Apex language
Latest
enum PrimitiveName
import { PrimitiveName } from "https://deno.land/x/apex_core@v0.1.5/model.ts";

Members

Any = "any"
Bool = "bool"
Bytes = "bytes"
DateTime = "datetime"
F32 = "f32"
F64 = "f64"
I16 = "i16"
I32 = "i32"
I64 = "i64"
I8 = "i8"
ID = "ID"
String = "string"
U16 = "u16"
U32 = "u32"
U64 = "u64"
U8 = "u8"
Value = "value"