UNPKG

nnanh3-msal-browser

Version:

Thư viện đã custom của azure masl có common kèm trong

13 lines 293 B
/** * Interface which describes URI components. */ export interface IUri { Protocol: string; HostNameAndPort: string; AbsolutePath: string; Search: string; Hash: string; PathSegments: string[]; QueryString: string; } //# sourceMappingURL=IUri.d.ts.map