package testing;

import io.avaje.jsonb.Json;

@Json
public record TestRecord(String symbol, String ccyPair) {}
