mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
remove unused property from BookFormData type
This commit is contained in:
@@ -5,9 +5,7 @@ import { clearBookingData, loadBookingData } from '../helpers/storage'
|
|||||||
import { createBooking } from '../helpers/booking'
|
import { createBooking } from '../helpers/booking'
|
||||||
import { Booking } from '../db/booking'
|
import { Booking } from '../db/booking'
|
||||||
|
|
||||||
export type BookFormData = Omit<Booking, 'uuid' | 'calendarEventId'> & {
|
export type BookFormData = Omit<Booking, 'uuid' | 'calendarEventId'>
|
||||||
storeData?: boolean
|
|
||||||
}
|
|
||||||
|
|
||||||
type BookingProviderState = {
|
type BookingProviderState = {
|
||||||
postData?: boolean
|
postData?: boolean
|
||||||
|
|||||||
Reference in New Issue
Block a user