UNPKG

baasic-sdk-javascript

Version:

JavaScript SDK provides core functionality for building web and mobile applications on [Baasic](http://www.baasic.com/).

12 lines (11 loc) 320 B
import { IOptions } from '../../../../common/contracts'; export interface IGetCalendarEventOptions extends IOptions { ids?: string[]; ownerIds?: string[]; calendarIds?: string[]; calendarNames?: string[]; statusIds?: string[]; typeIds?: string[]; from?: string; to?: string; }