interface RawBan {
    reason: null | string;
    user: RawUser;
}

Properties

Properties

reason: null | string
user: RawUser