Warp/node_modules/@algolia/autocomplete-shared/dist/esm/getAttributeValueByPath.d.ts
2024-01-05 19:14:38 +07:00

1 line
96 B
TypeScript

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