UNPKG

angular-schedule

Version:

A simple and light schedule package for angular.

12 lines (11 loc) 248 B
export interface Project { id: number; name: string; color: string; from: Date | string; to: Date | string; hours?: string; description?: string; includeDays: Date[] | string[]; excludeDays: Date[] | string[]; }