Metadata about a command for user feedback and debugging.
export interface CommandMetadata { type: CommandType; timestamp: number; affectedTitles: string[]; description: string;} Copy
export interface CommandMetadata { type: CommandType; timestamp: number; affectedTitles: string[]; description: string;}
Metadata about a command for user feedback and debugging.
Source