export interface SingleGenericInt { integerList: number[]; integerSet: number[]; integerStringMap: object; type: number; }