Interface RawBan

interface RawBan {
    banned: boolean;
    reason: string;
    staff: string;
    time: number;
}

Properties

Properties

banned: boolean
reason: string
staff: string
time: number