Member Junction
    Preparing search index...

    Recent entity access tracking for home screen

    interface RecentEntityAccess {
        accessCount: number;
        entityId: string;
        entityName: string;
        lastAccessed: Date;
    }
    Index

    Properties

    accessCount: number
    entityId: string
    entityName: string
    lastAccessed: Date