uptime-robot-v3
    Preparing search index...

    Interface CommentActivityInternal

    interface CommentActivity {
        commentEmail?: string;
        commentFullName?: string;
        commentId: number;
        date: string | number;
        type: "COMMENT";
    }
    Index

    Properties

    commentEmail?: string
    commentFullName?: string
    commentId: number
    date: string | number
    type: "COMMENT"