Definition
Protected Audience (formerly FLEDGE) defines StorageInterestGroup
dictionary StorageInterestGroup : AuctionAdInterestGroup {
  unsigned long long joinCount;
  unsigned long long bidCount;
  sequence<PreviousWin> prevWinsMs;
  USVString joiningOrigin;
  long long timeSinceGroupJoinedMs;
  long long lifetimeRemainingMs;
  long long timeSinceLastUpdateMs;
  long long timeUntilNextUpdateMs;
  unsigned long long estimatedSize;
};Referring IDL interfaces/dictionaries
Referring specifications
- Shared Storage API refers to StorageInterestGroup