interface Ban {
    reason: null | string;
    user: User;
}

Properties

Properties

reason: null | string
user: User