@devgateway/wp-react-lib
    Preparing search index...

    Interface PostImage

    interface PostImage {
        "@id": string;
        "@type"?: string;
        caption?: string;
        contentUrl?: string;
        height?: number;
        inLanguage?: string;
        url?: string;
        width?: number;
    }
    Index

    Properties

    "@id": string
    "@type"?: string
    caption?: string
    contentUrl?: string
    height?: number
    inLanguage?: string
    url?: string
    width?: number