chore(client/ts): port services/keyboard_actions

This commit is contained in:
Elian Doran
2024-12-21 17:55:22 +02:00
parent 476ce0545a
commit 03b6ac450d
2 changed files with 26 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ export type TriggerData = {
messages?: unknown[];
} | {
ntxId: string;
notePath: string;
notePath?: string;
} | {
text: string;
} | {