chore(client/ts): port some more files

This commit is contained in:
Elian Doran
2025-03-16 00:45:46 +02:00
parent ee5eba193a
commit 2828b39f48
13 changed files with 125 additions and 50 deletions

View File

@@ -13,7 +13,7 @@ import { t } from "../services/i18n.js";
import type FNote from "../entities/fnote.js";
// TODO: Move somewhere else nicer.
export type SqlExecuteResults = unknown[];
export type SqlExecuteResults = string[][][];
// TODO: Deduplicate with server.
interface SqlExecuteResponse {