Create a MessageDefinition object while coercing it's type
an object that define the fields of the ISO message. It's type will be used as the base to type the result of this function and provide type safety
a strongly typed message definition
const IsoDefinition = createFieldDefinition({"2": {name: "PAN", field: AN({length: 19})}}); Copy
const IsoDefinition = createFieldDefinition({"2": {name: "PAN", field: AN({length: 19})}});
Create a MessageDefinition object while coercing it's type