blob: 9c1b076e5058c1989fd18578cf1b1954acdce09c (
plain)
1
2
3
4
5
6
7
8
9
10
|
export default {
relations: (relation) =>
({link:
relation(
'linkStationaryIndex',
'localized.flashIndex',
'flashIndex.title')}),
generate: (relations) => relations.link,
};
|