@kayahr/edsm
    Preparing search index...

    Interface SystemCommentResponse

    Response type of setSystemComment

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

    Properties

    Properties

    comment: null | string
    lastUpdate: null | string