@sentio/sdk
    Preparing search index...

    Interface DBRequest_DBList

    interface DBRequest_DBList {
        cursor: string;
        entity: string;
        filters: DBRequest_DBFilter[];
        pageSize?: number;
    }
    Index

    Properties

    cursor: string
    entity: string
    pageSize?: number