Static
Readonly
[TypeId]
"[TypeId]": {
_A: Invariant<
TypedObjectFields<
{
content: Ref$<
TypedObjectFields<{ content: typeof String$ }, TypedObjectOptions>,
>;
title: optional<typeof String$>;
},
TypedObjectOptions,
>,
>;
_I: Invariant<
Encoded<
{
content: Ref$<
TypedObjectFields<{ content: typeof String$ }, TypedObjectOptions>,
>;
title: optional<typeof String$>;
},
>,
>;
_R: Covariant<never>;
}
Deprecated