Saxonberg Server API
    Preparing search index...

    Interface TwitchNotification

    A decoded EventSub notification handed to consumers.

    interface TwitchNotification {
        event: Record<string, unknown>;
        subscriptionType: string;
    }
    Index

    Properties

    event: Record<string, unknown>
    subscriptionType: string