Type Alias QueryAllOptions

QueryAllOptions: {
    direction?: messageApi.SortDirection;
    limit?: number;
}