/* eslint-disable @typescript-eslint/no-explicit-any */
export interface IAny {
  [key: string]: any
}
