type
SerializedUploadNode
type SerializedUploadNode = Spread<
{
caption?: string;
format: ElementFormatType;
id: string;
relationTo: string;
},
SerializedLexicalNode
>The public serialized Lexical shape for an embedded upload reference.