using Avalonia.Media; using SkiaSharp.Skottie; namespace Avalonia.Skia.Lottie; internal record struct LottiePayload(LottieCommand LottieCommand, Animation? Animation = null, Stretch? Stretch = null, StretchDirection? StretchDirection = null, int? RepeatCount = null);