Interface ModlogListParams

interface ModlogListParams {
    comment_id?: number;
    community_id?: number;
    hide_modlog_names: boolean;
    limit?: number;
    mod_person_id?: number;
    other_person_id?: number;
    page?: number;
    post_id?: number;
}

Properties

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