using CSV_Metrics_Logger;

namespace Tests;

[CSVRecord]
public readonly partial record struct TestDataRecordStructMixed(string Area, int Step, float Value, int Z)
{
    public bool State { get; init; }
}