2 lines
96 B
TypeScript
Executable File
2 lines
96 B
TypeScript
Executable File
export declare function getAttributeValueByPath<TRecord>(record: TRecord, path: string[]): any;
|