Trilium Frontend API
    Preparing search index...

    Type Alias EventSourceSuccessResponseHandler

    EventSourceSuccessResponseHandler: (
        this: CalendarApiImpl,
        rawData: any,
        response: any,
    ) => EventInput[] | void

    Type Declaration