Skip to content

Commit 1327d5a

Browse files
committed
chore(shared): Remove internal tag from OAuthConsent types
1 parent 602b8f1 commit 1327d5a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

packages/shared/src/react/hooks/useOAuthConsent.types.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import type { GetOAuthConsentInfoParams, OAuthConsentInfo } from '../../types';
77
* Pass `oauthClientId` and `scope` explicitly. The hook does not read from `window.location` or
88
* any other ambient source. The hook is disabled when `oauthClientId` is empty or omitted.
99
*
10-
* @internal
11-
*
1210
* @interface
1311
*/
1412
export type UseOAuthConsentParams = Partial<Pick<GetOAuthConsentInfoParams, 'oauthClientId' | 'scope'>> & {
@@ -27,8 +25,6 @@ export type UseOAuthConsentParams = Partial<Pick<GetOAuthConsentInfoParams, 'oau
2725
};
2826

2927
/**
30-
* @internal
31-
*
3228
* @interface
3329
*/
3430
export type UseOAuthConsentReturn = {

0 commit comments

Comments
 (0)