@paysafe/paysafe-wallet-saas-web
    Preparing search index...

    Interface ValidationField

    Validation field definition.

    interface ValidationField {
        fieldName: string;
        validations: ValidationRule[];
    }
    Index

    Properties

    fieldName: string

    The name of the field to be validated.

    validations: ValidationRule[]

    List of validation rules for the field.