Type Alias: OpenMoveTypeSignature
type OpenMoveTypeSignature = ObjectSchema<{
ref: NullableSchema<UnionSchema<[LiteralSchema<"&", undefined>, LiteralSchema<"&mut", undefined>], undefined>, undefined>;
body: GenericSchema<OpenMoveTypeSignatureBody>;
}, undefined>;