rickvanlieshout.com/internal/testing/__mocks__/group.ts

11 lines
132 B
TypeScript
Raw Normal View History

export default [
{
fieldValue: "technology",
totalCount: 1,
},
{
fieldValue: "coding",
totalCount: 1,
},
];