@micham/iso8583
    Preparing search index...

    Type Alias FieldOption

    FieldOption represents the configuration options for a field.

    type FieldOption = {
        length: number | Field<number>;
    }
    Index

    Properties

    Properties

    length: number | Field<number>