export interface PropertiesInterface { [key: number]: { [propertyName: string]: T; } | string; }