/** Describes index keys for any type
 */
export type Index = string | number | symbol
