chore(react/launch_bar): port note launcher

This commit is contained in:
Elian Doran
2025-12-04 16:33:58 +02:00
parent 06a9f95979
commit 0d6bcba023
4 changed files with 33 additions and 9 deletions

View File

@@ -59,7 +59,10 @@ type Labels = {
*/
type Relations = [
"searchScript",
"ancestor"
"ancestor",
// Launcher-specific
"target"
];
export type LabelNames = keyof Labels;