export type IObject = {
    [key: string]: any
}
