OneSDK
    Preparing search index...

    Interface Notification

    interface Notification {
        id: string;
        pubsub: string;
        subscription: Twitch.Subscription;
        timestamp: string;
        type: string;
    }
    Index

    Properties

    id: string
    pubsub: string
    subscription: Twitch.Subscription
    timestamp: string
    type: string