jamespot-user-api
    Preparing search index...

    Type Alias AdminLicenseStats

    type AdminLicenseStats = {
        countActiveUsersWithoutLicense?: number;
        countLicensesAssigned: number;
        countLicensesNotAssigned: number;
    }
    Index

    Properties

    countActiveUsersWithoutLicense?: number
    countLicensesAssigned: number
    countLicensesNotAssigned: number