UNPKG

222 BTypeScriptView Raw
1export * from './authentications';
2export * from './intent-types';
3export interface BearerWindow {
4 bearer?: {
5 clientId: string;
6 load(clientId: string): void;
7 refreshScenarios?(): void;
8 };
9}