UNPKG

@indicafix/types

Version:

useful package for type sharing in different services.

12 lines (11 loc) 236 B
import { Status } from './types'; export declare type Project = { id: string; companyId: string; name: string; description: string; migrated: boolean; createdAt: Date; updatedAt: Date; status: Status; };