AppleSauce
    Preparing search index...

    Type Alias UnlockedSeal

    UnlockedSeal: KnownEvent<Helpers.kinds.Seal> & {
        "[RumorSymbol]": Rumor;
        "[SealSymbol]": UnlockedGiftWrapEvent;
    }

    A seal that knows its parent gift wrap event

    Type Declaration