• Helper function to get a field by name from a SkipEntityInfo

    Parameters

    • entity: SkipEntityInfo

      The SkipEntityInfo to search

    • fieldName: string

      The field name to find

    Returns SkipEntityFieldInfo | undefined

    The SkipEntityFieldInfo if found, undefined otherwise