mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-17 17:56:38 +00:00
fix: bug with missing longDescription in i18n property fixed
This commit is contained in:
parent
c281eadd73
commit
187e9b9c4d
@ -15,6 +15,7 @@ export interface ToolMeta {
|
||||
name: string;
|
||||
description: string;
|
||||
shortDescription: string;
|
||||
longDescription?: string;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user