mirror of
https://github.com/fosrl/pangolin.git
synced 2026-06-06 07:38:46 +00:00
🏷️ fix types imports from a client component
This commit is contained in:
16
server/routers/ssh/types.ts
Normal file
16
server/routers/ssh/types.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
export type SignSshKeyResponse = {
|
||||
certificate?: string;
|
||||
messageIds: number[];
|
||||
messageId?: number;
|
||||
sshUsername: string;
|
||||
sshHost: string;
|
||||
resourceId: number;
|
||||
siteIds: number[];
|
||||
siteId: number;
|
||||
keyId?: string;
|
||||
validPrincipals?: string[];
|
||||
validAfter?: string;
|
||||
validBefore?: string;
|
||||
expiresIn?: number;
|
||||
authDaemonMode: "site" | "remote" | "native" | null;
|
||||
};
|
||||
Reference in New Issue
Block a user