add recorator

This commit is contained in:
2025-11-16 10:07:53 +03:30
parent 64ac2ead36
commit ad4b2e2c89
11 changed files with 119 additions and 47 deletions
+3
View File
@@ -0,0 +1,3 @@
export { UserId } from './user-id.decorator';
export { RestId } from './rest-id.decorator';
export { RateLimit } from './rate-limit.decorator';