pl-api
    Preparing search index...

    Type Alias DirectoryStatisticsPeriod

    DirectoryStatisticsPeriod: {
        active_user_count: number | null;
        period: string;
        server_count: number | null;
        user_count: number | null;
    }

    Type Declaration

    • active_user_count: number | null
    • period: string
    • server_count: number | null
    • user_count: number | null