UNPKG

@kadconsulting/dry

Version:
6 lines (5 loc) 127 B
import { Event } from '../types/main'; export interface Data { events: Event[]; } export declare const sampleEvent: Event;