mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-06 04:10:13 +00:00
Fix import
This commit is contained in:
1
server/routers/browserGatewayTarget/index.ts
Normal file
1
server/routers/browserGatewayTarget/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./types";
|
||||
10
server/routers/browserGatewayTarget/types.ts
Normal file
10
server/routers/browserGatewayTarget/types.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export type GetBrowserTargetResponse = {
|
||||
ip: string;
|
||||
port: number;
|
||||
authToken: string;
|
||||
orgId: string;
|
||||
resourceId: number;
|
||||
niceId: string;
|
||||
pamMode: "passthrough" | "push" | null;
|
||||
authDaemonMode: "site" | "remote" | "native" | null;
|
||||
};
|
||||
@@ -33,5 +33,4 @@ export * from "./removeUserFromResource";
|
||||
export * from "./listAllResourceNames";
|
||||
export * from "./removeEmailFromResourceWhitelist";
|
||||
export * from "./getStatusHistory";
|
||||
export * from "./getBrowserTarget";
|
||||
export * from "./getResourcePolicies";
|
||||
|
||||
Reference in New Issue
Block a user