Package version:

Collection of fabric details.

interface EventCollection {
    nextLink?: string;
    value?: Event[];
}

Properties

Properties

nextLink?: string

The value of next link.

value?: Event[]

The list of events.