/** Тип для обозначения абстрактных json объектов */ export type map = { [key: string]: string | number | Date; };