UNPKG

@indicafix/types

Version:

useful package for type sharing in different services.

11 lines (10 loc) 209 B
import { Status } from './types'; export interface Indicator { id: string; title: string; description: string; category: string; status: Status; createdAt: Date; updatedAt: Date; }