fix: export params type

This commit is contained in:
fPolic
2022-02-21 20:50:07 +01:00
committed by olivermrbl
parent 00a0f51d8c
commit 9d6489d7e2

View File

@@ -47,3 +47,5 @@ export default async (req, res) => {
res.json({ customerGroup })
}
export class AdminGetCustomerGroupsGroupParams extends FindParams {}