SongGuess
    Preparing search index...
    interface Exception {
        message: string;
        name: string;
        stack?: string;
        type: "exception";
    }
    Index

    Properties

    Properties

    message: string
    name: string
    stack?: string
    type: "exception"