- other committ
This commit is contained in:
7
src/model/BookingStore.ts
Normal file
7
src/model/BookingStore.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { IAction } from '@src/model/Projects'
|
||||
import { Component } from 'vue-router/types/router'
|
||||
import { IEvents } from '@src/model/Calendar'
|
||||
|
||||
export interface IBookingState {
|
||||
bookinglist: IEvents[]
|
||||
}
|
||||
Reference in New Issue
Block a user