using System.Collections.Immutable; using Observatory.Framework.Files.ParameterTypes; namespace Observatory.Framework.Files.Journal.Startup; public class Materials : JournalBase { public ImmutableList Raw { get; init; } public ImmutableList Manufactured { get; init; } public ImmutableList Encoded { get; init; } }