interface muteData {
    muteDate: number;
    mutedById: null | string;
    mutedByName: null | string;
    reason: null | string;
    unmuteDate: null | number;
}

Properties

muteDate: number
mutedById: null | string
mutedByName: null | string
reason: null | string
unmuteDate: null | number