Add PBandGraphOauth scaffold and auth UI
This commit is contained in:
+13
@@ -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