Skip to main content

Type Alias: OpenMoveTypeSignature

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