@sumup/sdk
    Preparing search index...

    Type Alias EventObject

    Reference to the affected resource. Use the notification's fetchObject() method to retrieve it.

    type EventObject = {
        id: string;
        type: string;
        url: string;
    }
    Index
    id: string
    type: string
    url: string