Interface DBRequest_DBList

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

Properties

cursor: string
entity: string
pageSize?: number