cal/lib/location.ts

7 lines
146 B
TypeScript

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