Interface GetModlog

interface GetModlog {
    comment_id?: number;
    community_id?: number;
    limit?: number;
    mod_person_id?: number;
    other_person_id?: number;
    page?: number;
    post_id?: number;
    type_?: ModlogActionType;
}

Properties

comment_id?: number
community_id?: number
limit?: number
mod_person_id?: number
other_person_id?: number
page?: number
post_id?: number