export type Looser<T> = T & { [key: string]: any }
