UNPKG

alpha-version-dce-check-in-ui

Version:

UI for taking attendance and checking people in.

8 lines (7 loc) 230 B
import { createEvent } from 'dce-live-grouper'; /** * Type describing what is needed to create an event. * @author Benedikt Arnarsson */ type CreateEventBody = Parameters<typeof createEvent>[0]; export default CreateEventBody;