- other committ

This commit is contained in:
Paolo Arena
2019-10-10 17:36:25 +02:00
parent 39ab006e72
commit 0f7e2a5bed
25 changed files with 15938 additions and 0 deletions

View 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[]
}