UNPKG

worker-calendar

Version:

A customizable, responsive Angular calendar component for scheduling worker appointments or shifts

6 lines (5 loc) 97 B
export interface Worker { id: number; name: string; description?: string; }