chore(client/ts): port services/bundle

This commit is contained in:
Elian Doran
2024-12-21 16:43:50 +02:00
parent c956d4358c
commit c0e9684f73
4 changed files with 31 additions and 17 deletions

View File

@@ -53,7 +53,7 @@ interface ExecResult {
error?: string;
}
interface Entity {
export interface Entity {
noteId: string;
}