PrimitiveType Import from @varavel/vdl-plugin-sdk. type PrimitiveType = "string" | "int" | "float" | "bool" | "datetime"; Primitive scalar type names