Skip to main content

Type Alias: OpenMoveTypeSignature

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