bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iGetByPricePayload

    interface iGetByPricePayload {
        bookmark?: string;
        limit?: number;
        sortDirection?: "asc" | "desc";
    }
    Index

    Properties

    bookmark?: string
    limit?: number
    sortDirection?: "asc" | "desc"