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