@bzr/bazaar
    Preparing search index...

    Type Alias CalendarInvite

    type CalendarInvite = {
        endTs: Date;
        eventName: string;
        location?: string;
        message: string;
        startTs: Date;
        userIds: string[];
    }
    Index

    Properties

    endTs: Date
    eventName: string
    location?: string
    message: string
    startTs: Date
    userIds: string[]