/* eslint-disable @typescript-eslint/consistent-type-definitions */ export type TObject = {[key: string]: T};