@kayahr/edsm
    Preparing search index...

    Interface SystemCommentsResponse

    Response of a getSystemComments request.

    interface SystemCommentsResponse {
        comments: {
            comment: string;
            lastUpdate: string;
            system: string;
            systemId?: number;
        }[];
    }
    Index

    Properties

    Properties

    comments: {
        comment: string;
        lastUpdate: string;
        system: string;
        systemId?: number;
    }[]