cal.pub0.org/lib/location.ts

7 lines
79 B
TypeScript

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