resolveData
resolveData(
data,config):ResolvedData
Defined in: utils/helpers.ts:154
Schema-agnostic data resolution.
Accepts any array of objects and auto-detects label/value fields, or uses explicit field mapping from the user.
Parameters
data
Record<string, any>[] | null | undefined