mirror of
https://github.com/fosrl/pangolin.git
synced 2026-06-08 00:24:00 +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;
|
||||
};
|
||||
Reference in New Issue
Block a user