fix(desktop): satisfy slash metadata typecheck

This commit is contained in:
helix4u
2026-06-04 17:56:36 -04:00
committed by ethernet
parent 1eeb7da2e6
commit d29caf3828
@@ -16,7 +16,7 @@ interface SlashItemMetadata extends Record<string, string> {
command: string
display: string
meta: string
rawText?: string
rawText: string
}
function textValue(value: unknown, fallback = ''): string {