@kayahr/edsm
    Preparing search index...

    Interface SystemCommentResponse

    Response type of setSystemComment

    interface SystemCommentResponse {
        comment: string | null;
        lastUpdate: string | null;
    }
    Index

    Properties

    Properties

    comment: string | null
    lastUpdate: string | null