export interface Type { id: number; name: string; } export interface CollecterParams { h?: number | string; [propName: string]: any; }