Interface PurgeComment

interface PurgeComment {
    comment_id: number;
    reason?: string;
}

Properties

Properties

comment_id: number
reason?: string