implement service query

This commit is contained in:
2024-10-08 12:55:22 +07:00
parent 78abde5e25
commit 9023725fc4
4 changed files with 72 additions and 449 deletions

View File

@@ -48,7 +48,7 @@ export default [
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-explicit-any': 'on',
},
},
];