resolve rebase type/compilation errors

Signed-off-by: Ruben Vallejo <rvallejo@vmware.com>
This commit is contained in:
Ruben Vallejo
2023-08-30 15:32:49 -04:00
parent 5ee7c789ad
commit 70a3c2631f
3 changed files with 18 additions and 7 deletions
+1
View File
@@ -29,6 +29,7 @@ export type OAuthState = {
scope?: string;
redirectUrl?: string;
flow?: string;
audience?: string;
};
/** @public */