UNPKG

@indicafix/types

Version:

useful package for type sharing in different services.

14 lines (13 loc) 286 B
export interface Template { id: string; title: string; description: string; dashboardImgUrl: string; indicators: string[]; questions: string[]; dashboardOrder: string[]; available: boolean; status: string; createdAt: Date; updatedAt: Date; }