@sovereignbase/schema-crdt
    Preparing search index...

    Type Alias CRImageObjectDefaultShape<Type>

    CRImageObjectDefaultShape: {
        caption: CRImageObjectCaption;
        embeddedTextCaption: CRTextSnapshot;
        exifData: CRImageObjectExifData;
        representativeOfPage: SchemaOrgBoolean;
    } & CRMediaObjectDefaultShape<Type>

    Serializable CRDT shape for Schema.org ImageObject.

    Schema.org: An image file.

    Type Parameters

    • Type = "ImageObject"

    Type Declaration