@heyframe/composables
Version:
HeyFrame Frontends composables for Vue
33 lines (32 loc) • 654 B
text/typescript
export const cmsAssociations = {
associations: {
media: {
associations: {
media: {},
},
},
cmsPage: {
associations: {
sections: {
associations: {
blocks: {
associations: {
slots: {
associations: {
block: {
associations: {
slots: {
associations: {},
},
},
},
},
},
},
},
},
},
},
},
},
};