pub-api-client
    Preparing search index...

    Interface PubSearchParams

    interface PubSearchParams {
        page?: number;
        query?: string;
    }
    Index

    Properties

    Properties

    page?: number
    query?: string