EVA-Notify/mock/api.ts

9 lines
104 B
TypeScript

export default {
'GET /testdata': {
success: true,
data: {
test: 'test',
},
},
};