fix build
This commit is contained in:
@@ -44,7 +44,7 @@ export type SlashCommandItem = {
|
||||
title: string;
|
||||
description: string;
|
||||
searchTerms: string[];
|
||||
icon: JSX.Element;
|
||||
icon: ReactNode;
|
||||
command: (options: CommandProps) => void;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user