Files
salvato.newfreeplanet/src/model/BookingStore.ts
2021-08-31 18:09:59 +02:00

6 lines
107 B
TypeScript
Executable File

import { IEvents } from '@src/model/Calendar'
export interface IBookingState {
bookinglist: IEvents[]
}