using System.Collections.Generic; using Questionable.Model.Common; namespace Questionable.Data; public sealed record AlliedSocietyMountConfiguration(IReadOnlyList IssuerDataIds, EAetheryteLocation ClosestAetheryte);