UNPKG

@azure/msal-browser

Version:
8 lines 324 B
import { BridgeResponseEnvelope } from "./BridgeResponseEnvelope.js"; export type BridgeRequest = { requestId: string; method: string; resolve: (value: BridgeResponseEnvelope | PromiseLike<BridgeResponseEnvelope>) => void; reject: (reason?: any) => void; }; //# sourceMappingURL=BridgeRequest.d.ts.map