package trakeva

  1. Overview
  2. Docs
type t = {
  1. key : string;
  2. collection : string option;
}

Represent keys that may optionally belong to a collection.

val create : ?collection:string -> string -> t
val to_string : t -> string