fix: commit vendored @kuns/zitadel-auth dist (was excluded by dist/ gitignore)
This commit is contained in:
10
vendor/zitadel-auth/dist/angular.d.cts
vendored
Normal file
10
vendor/zitadel-auth/dist/angular.d.cts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { ZitadelAuth } from './index.cjs';
|
||||
import { Z as ZitadelAuthConfig } from './types-C5b7Bv-t.cjs';
|
||||
|
||||
declare function provideZitadelAuth(config: ZitadelAuthConfig): {
|
||||
provide: string;
|
||||
useValue: ZitadelAuth;
|
||||
};
|
||||
declare function zitadelGuard(): () => Promise<boolean>;
|
||||
|
||||
export { provideZitadelAuth, zitadelGuard };
|
||||
Reference in New Issue
Block a user