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

    Interface PageResponse

    interface PageResponse {
        data: Post[];
        meta: PageMetaResponse;
    }
    Index

    Properties

    Properties

    data: Post[]