h1z1-server
    Preparing search index...

    Interface BannedUser

    interface BannedUser {
        active: boolean;
        IP: string;
        loginSessionId: string;
        name: string;
    }
    Index

    Properties

    active: boolean
    IP: string
    loginSessionId: string
    name: string