export interface UnitsModel { name: string; id: string; createdAt?: string; updatedAt?: string; description?: string; abbreviation?: string; }