ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface PasswordVaultStats

    interface PasswordVaultStats {
        total: number;
        active: number;
        inactive: number;
        byCategory: Record<string, number>;
    }
    Index

    Properties

    total: number
    active: number
    inactive: number
    byCategory: Record<string, number>