Variable OpenMoveTypeSignatureConst 
OpenMoveTypeSignature: ObjectSchema<{     body: BaseSchema<OpenMoveTypeSignatureBody>;     ref: NullableSchema<UnionSchema<(LiteralSchema<"&", "&"> | LiteralSchema<"&mut", "&mut">)[], "&" | "&mut">, undefined, null | "&" | "&mut">; }, undefined, {     body: OpenMoveTypeSignatureBody;     ref: null | "&" | "&mut"; }> = ... Type declaration
ref: NullableSchema<UnionSchema<(LiteralSchema<"&", "&"> | LiteralSchema<"&mut", "&mut">)[], "&" | "&mut">, undefined, null | "&" | "&mut">