mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
add/delete entry in google calendar
This commit is contained in:
committed by
Thomas Ruoff
parent
673c2e2d00
commit
33c5a91e68
@@ -5,7 +5,7 @@ import { clearBookingData, loadBookingData } from '../helpers/storage'
|
||||
import { createBooking } from '../helpers/booking'
|
||||
import { Booking } from '../db/booking'
|
||||
|
||||
export type BookFormData = Omit<Booking, 'uuid'> & {
|
||||
export type BookFormData = Omit<Booking, 'uuid' | 'calendarEventId'> & {
|
||||
storeData?: boolean
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user