Interface MeetingEdit

Hierarchy

  • Pick<Meeting, "name" | "participants" | "record" | "validSince" | "validUntil">
    • MeetingEdit

Properties

name: string
participants: readonly ParticipantDto[]
password: string
record: boolean
validSince: number
validUntil: number

Generated using TypeDoc