Packages

A Meilisearch client for Gleam

Current section

Files

Jump to
dewey include dewey_Index.hrl
Raw

include/dewey_Index.hrl

-record(index, {
uid :: binary(),
created_at :: gleam@time@timestamp:timestamp(),
updated_at :: gleam@time@timestamp:timestamp(),
primary_key :: binary()
}).