fix(desktop): satisfy slash metadata typecheck

This commit is contained in:
helix4u
2026-06-04 15:44:03 -06:00
committed by ethernet
parent 1eeb7da2e6
commit d29caf3828

View File

@ -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 {