mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
chore: Enable ESLint rule consistent-type-exports (#18973)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
export { ClientOAuth2, ClientOAuth2Options, ClientOAuth2RequestObject } from './client-oauth2';
|
||||
export { ClientOAuth2Token, ClientOAuth2TokenData } from './client-oauth2-token';
|
||||
export type { ClientOAuth2Options, ClientOAuth2RequestObject } from './client-oauth2';
|
||||
export { ClientOAuth2 } from './client-oauth2';
|
||||
export type { ClientOAuth2TokenData } from './client-oauth2-token';
|
||||
export { ClientOAuth2Token } from './client-oauth2-token';
|
||||
export type * from './types';
|
||||
|
||||
Reference in New Issue
Block a user