ai11y docs
    Preparing search index...

    Interface Ai11yError

    interface Ai11yError {
        error: Error;
        meta?: { markerId?: string; surface?: string };
        timestamp: number;
    }
    Index

    Properties

    Properties

    error: Error
    meta?: { markerId?: string; surface?: string }
    timestamp: number