wip: types

This commit is contained in:
Aiden McClelland
2025-11-10 09:45:30 -07:00
parent f83df5682c
commit 14fcb60670
50 changed files with 529 additions and 298 deletions

View File

@@ -240,7 +240,7 @@ pub async fn list_keys(ctx: TunnelContext) -> Result<HashMap<AnyVerifyingKey, Si
ctx.db.peek().await.into_auth_pubkeys().de()
}
#[derive(Debug, Clone, Deserialize, Serialize)]
#[derive(Debug, Clone, Deserialize, Serialize, TS)]
pub struct SetPasswordParams {
pub password: String,
}