export interface Item { collection: 'item'; type: number; id: number; param: number; }