Interface IClientListParams

interface IClientListParams {
    blocked?: true;
    conn?: string;
    type?: string;
    within?: number;
}

Properties

blocked?: true
conn?: string
type?: string
within?: number

clients within last X hours

Generated using TypeDoc