7 lines
131 B
JavaScript
7 lines
131 B
JavaScript
// Define your own mock data here:
|
|
export const standard = (/* vars, { ctx, req } */) => ({
|
|
partReactions: {
|
|
id: 42,
|
|
},
|
|
})
|