UNPKG

skedify-types

Version:
12 lines (10 loc) 275 B
import { BaseFields, Locale } from "."; export interface CalendarEventTemplate extends Omit<BaseFields, "external_id"> { locale: Locale; meeting_type: string; receiver_type: string; title: string; description: string; updated_at: string; deleted_at: string; }