Interface PayerErrors

    interface PayerErrors {
        email?: string;
        name?: string;
        phone?: string;
    }

    Properties

    Properties

    email?: string
    name?: string
    phone?: string