| 49 | } |
| 50 | |
| 51 | public record EventPropKeys |
| 52 | { |
| 53 | public string[] StringKeys { get; set; } = Array.Empty<string>(); |
| 54 | public string[] NumericKeys { get; set; } = Array.Empty<string>(); |
| 55 | } |
| 56 | |
| 57 | public record EventPropsItem |
| 58 | { |
nothing calls this directly
no outgoing calls
no test coverage detected