novx
    Preparing search index...

    Interface ErrorMessage

    interface ErrorMessage {
        message: string;
        type: "error";
    }
    Index

    Properties

    Properties

    message: string
    type: "error"