Argument of type 'mutable<Struct<{ name: typeof String$; age: typeof Number$; }>>' is not assignable to parameter of type 'Fields | HasFields<Fields>'.
Type 'mutable<Struct<{ name: typeof String$; age: typeof Number$; }>>' is missing the following properties from type 'Struct<Fields>': fields, records, make
Argument of type 'mutable<Struct<{ name: typeof String$; age: typeof Number$; }>>' is not assignable to parameter of type 'Fields | HasFields<Fields>'.
Type 'mutable<Struct<{ name: typeof String$; age: typeof Number$; }>>' is missing the following properties from type 'Struct<Fields>': fields, records, make