@graffiti-garden/api
    Preparing search index...

    Type Alias GraffitiSessionInitializedEvent

    GraffitiSessionInitializedEvent: CustomEvent<
        { error?: Error }
        | null
        | undefined,
    >

    The event type produced in Graffiti.sessionEvents after an application has attempted to complete any login redirects and restore any previously active sessions. Successful session restores will be returned in prior to the initialized event as their own GraffitiLoginEvent events. The event name to listen for is initialized.