UNPKG

angular-schedule

Version:

A simple and light schedule package for angular.

8 lines (7 loc) 148 B
import { Project } from './project'; export interface Person { id: number; name: string; departments?: string[]; data: Project[]; }