UNPKG

clinic-cms

Version:

Svelte components based on Skeleton UI toolkit for the frontend of an outpatient clinic CMS.

7 lines (6 loc) 106 B
export interface Email { id: number; email: string; type: string; type_display: string; }