Maps entity type keys to their field types.
Field types are the types of the fields of a nexus entity. so e.g.:
// "tonematrix" is the "type key"const tm = t.create("tonematrix", {})// tm.fields is TypeKeyToType["tonematrix"]tm.fields Copy
// "tonematrix" is the "type key"const tm = t.create("tonematrix", {})// tm.fields is TypeKeyToType["tonematrix"]tm.fields
Maps entity type keys to their field types.
Field types are the types of the fields of a nexus entity. so e.g.: