Files
calendar/lib/location.ts
T

7 lines
79 B
TypeScript

export enum LocationType {
InPerson = 'inPerson',
Phone = 'phone',
}