UNPKG

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