Replace entire repo content with code from /root/shahikitchen-google/
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
import type { OrderLine } from '../shared/order-line';
|
||||
import type { BookingMode, EventTypeId } from './event-types';
|
||||
|
||||
export type BranchLocation = 'askim' | 'backaplan' | '';
|
||||
|
||||
export interface BookingDetails {
|
||||
bookingMode: BookingMode;
|
||||
eventType: EventTypeId | '';
|
||||
eventTypeOther: string;
|
||||
location: BranchLocation;
|
||||
date: string;
|
||||
time: string;
|
||||
|
||||
Reference in New Issue
Block a user