mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-11 16:07:15 +02:00
chore: cleanup, a11y and state migrations
This commit is contained in:
@@ -4,7 +4,7 @@ export interface ParsedCommand {
|
||||
commandName: string;
|
||||
args: string[];
|
||||
fullInput: string;
|
||||
command?: typeof manPages[string];
|
||||
command?: (typeof manPages)[string];
|
||||
props?: any;
|
||||
title?: string;
|
||||
error?: string;
|
||||
|
||||
Reference in New Issue
Block a user