First Committ
This commit is contained in:
5
src/model/BookingStore.ts
Executable file
5
src/model/BookingStore.ts
Executable file
@@ -0,0 +1,5 @@
|
||||
import { IEvents } from '@src/model/Calendar'
|
||||
|
||||
export interface IBookingState {
|
||||
bookinglist: IEvents[]
|
||||
}
|
||||
Reference in New Issue
Block a user