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