mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-20 06:29:32 +02:00
fix: bug with missing longDescription in i18n property fixed
This commit is contained in:
@@ -15,6 +15,7 @@ export interface ToolMeta {
|
||||
name: string;
|
||||
description: string;
|
||||
shortDescription: string;
|
||||
longDescription?: string;
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user