interface APIBan {
    reason: null | string;
    user: APIUser;
}

Properties

Properties

reason: null | string

The reason for the ban

user: APIUser

The banned user