export interface Param { collection: 'param'; type: number; id: number; param: number[]; }