interface PermitJoinChangedPayload {
    permitted: boolean;
    time?: number;
}

Properties

Properties

permitted: boolean
time?: number