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

    Interface PostOgImage

    interface PostOgImage {
        height: string | number;
        type: string;
        url: string;
        width: string | number;
    }
    Index

    Properties

    Properties

    height: string | number
    type: string
    url: string
    width: string | number