Type alias FieldType

FieldType: "str" | "int" | "float" | "bool" | "bytes" | "relation" | "pinned_relation" | "relation_list" | "pinned_relation_list"

Field type string as defined by the p2panda specification indicating the operation value type.

Generated using TypeDoc