mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-13 07:14:44 -04:00
8 lines
193 B
C#
8 lines
193 B
C#
using System.Collections.Immutable;
|
|
|
|
namespace Observatory.Framework.Files.Journal.Other;
|
|
|
|
public class RebootRepair : JournalBase
|
|
{
|
|
public ImmutableList<string> Modules { get; init; }
|
|
} |