Type alias QueryAllOptions

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

Type declaration

  • Optional direction?: messageApi.SortDirection
  • Optional limit?: number

Generated using TypeDoc