UNPKG

@indicafix/types

Version:

useful package for type sharing in different services.

15 lines (14 loc) 293 B
export interface Company { id: string; name: string; activity: string; employeesTreatment: string; numberOfEmployees: number; operationField: string; cnpj: string; image: string; color: string; paid: boolean; createdAt: Date; updatedAt: Date; }