getAttributeValueByPath.d.ts 96 B

1
  1. export declare function getAttributeValueByPath<TRecord>(record: TRecord, path: string[]): any;