uptime-robot-v3
    Preparing search index...

    Interface IncidentComment

    interface IncidentComment {
        comment: string;
        created: string;
        id: number;
        user: { fullName: string; id: number };
    }
    Index

    Properties

    Properties

    comment: string
    created: string
    id: number
    user: { fullName: string; id: number }