cal.pub0.org/lib/location.ts

7 lines
79 B
TypeScript
Raw Normal View History

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