mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor: Stop using .d.ts files for type-collection files (no-changelog) (#6634)
refactor: Stop using `.d.ts` files for type-collection files
This commit is contained in:
@@ -35,7 +35,7 @@ import type {
|
||||
NewCustomer,
|
||||
NewProduct,
|
||||
Search,
|
||||
} from './Types';
|
||||
} from './types';
|
||||
|
||||
import { capitalCase } from 'change-case';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user