cal.pub0.org/lib/location.ts

8 lines
123 B
TypeScript

export enum LocationType {
InPerson = 'inPerson',
Phone = 'phone',
GoogleMeet = 'integrations:google:meet'
}