Using a ValueTuple to quickly join parameters to a new datatype. Quick and dirty solution, because neither pins nore the type itself can be named.
Creating a custom datatype using a Record where we can specify human-readable names for the type and its properties. See: https://youtu.be/MSfxqHI2y-M for a tutorial covering this among a few more things.