export interface Empl { id: number; name: string; salary: number; }