interface NewMeeting { startTime: string; duration: number; topic: string; registrantIds: string[]; } export default NewMeeting;