SongGuess
    Preparing search index...
    interface AiInternalError {
        message: string;
        name: string;
        stack?: string;
    }

    Hierarchy

    • Error
      • AiInternalError
    Index

    Properties

    Properties

    message: string
    name: string
    stack?: string