UNPKG

clinic-cms

Version:

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

11 lines (10 loc) 197 B
export interface Profile { id: number; text: string; roles: number[]; changed_by: string; contact: number; created: string; organization: number; updated: string; }