export type Opts = { [key in string]: { value: T; option: any; position: number | number[]; } };