export interface DynamicObj { [key: string]: T; } export interface PublicationDates { [month: number]: number; } export interface GenericParams { [key: string]: string | number | boolean; } export interface JoueursMap { [key: string]: any; } export interface JoueursFormattedMap { [key: string]: any; } //# sourceMappingURL=DynamicObj.interface.d.ts.map