ai11y docs
    Preparing search index...

    Interface Ai11yEvent

    interface Ai11yEvent {
        payload?: unknown;
        timestamp: number;
        type: string;
    }
    Index

    Properties

    payload?: unknown
    timestamp: number
    type: string