View Source ThinNotionApi.Types.DatabaseQuerySortParams (thin_notion_api v1.0.1)

Defines the options for the sorting the database query results

Link to this section Summary

Types

t()

Parameter options for the sorting the database query results

Link to this section Types

@type t() :: %ThinNotionApi.Types.DatabaseQuerySortParams{
  direction: :ascending | :descending,
  property: String.t(),
  timestamp: :created_time | :last_edited_time
}

Parameter options for the sorting the database query results