export type Key = number | any;
export type Value = any;
