/** * The supported types for indexed keys. * @category Key-Value Database */ export type SupportedIndexType = string | number | boolean;