UNPKG

@azure/msal-browser

Version:
9 lines (6 loc) 236 B
/* * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { IPublicClientApplication } from "../app/IPublicClientApplication.js"; export type IController = IPublicClientApplication;