Alokai

Metadata

Metadata is a record with string keys and arbitrary values.

type Metadata = {
  [key: string]: any;
  alokai?: never;
};