Commit iniziale
This commit is contained in:
13
node_modules/@azure/msal-common/dist/url/IUri.d.ts
generated
vendored
Normal file
13
node_modules/@azure/msal-common/dist/url/IUri.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* 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
|
||||
Reference in New Issue
Block a user