mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-21 19:56:36 +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;
|
name: string;
|
||||||
description: string;
|
description: string;
|
||||||
shortDescription: string;
|
shortDescription: string;
|
||||||
|
longDescription?: string;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user