Type Alias PrimitiveShapes

PrimitiveShapes:
    | "string"
    | "f32"
    | "f64"
    | "u64"
    | "i64"
    | "bool"
    | "null"

Primitive types that can be found in a shape