Member Junction
    Preparing search index...

    Favorite entity for home screen (using User Favorites entity)

    interface FavoriteEntity {
        entityId: string;
        entityName: string;
        userFavoriteId: string;
    }
    Index

    Properties

    entityId: string
    entityName: string
    userFavoriteId: string