mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor(core): Introduce @n8n/decorators package (#14784)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { VariableListRequestDto } from '@n8n/api-types';
|
||||
|
||||
import {
|
||||
Delete,
|
||||
Get,
|
||||
@@ -9,7 +8,8 @@ import {
|
||||
Post,
|
||||
Query,
|
||||
RestController,
|
||||
} from '@/decorators';
|
||||
} from '@n8n/decorators';
|
||||
|
||||
import { BadRequestError } from '@/errors/response-errors/bad-request.error';
|
||||
import { NotFoundError } from '@/errors/response-errors/not-found.error';
|
||||
import { VariableCountLimitReachedError } from '@/errors/variable-count-limit-reached.error';
|
||||
|
||||
Reference in New Issue
Block a user