chore: Enable ESLint rule consistent-type-exports (#18973)

This commit is contained in:
Suguru Inoue
2025-08-29 19:02:49 +02:00
committed by GitHub
parent 5ea4be474e
commit d64a94753f
25 changed files with 64 additions and 61 deletions

View File

@@ -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';