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