UNPKG

410 BTypeScriptView Raw
1/**
2 * @deprecated Since v1.28.2. Use [[getLinkedCollectionResult]] instead.
3 * Data extractor for one to many links for v4 entity used in [[entityDeserializer]]
4 * @param data - One to many link response data
5 * @returns The content of the one to many link
6 */
7export declare function extractDataFromOneToManyLink(data: any): any[] | undefined;
8//# sourceMappingURL=extract-data-from-one-to-many-link.d.ts.map
\No newline at end of file