mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-12 21:05:02 +00:00
Add info types for ZeppelinPluginBlueprint
This commit is contained in:
parent
cc320728f0
commit
a3d0ec03d9
2 changed files with 9 additions and 1 deletions
|
@ -15,7 +15,7 @@ export type TZeppelinKnub = Knub<IZeppelinGuildConfig, IZeppelinGlobalConfig>;
|
|||
/**
|
||||
* Wrapper for the string type that indicates the text will be parsed as Markdown later
|
||||
*/
|
||||
type TMarkdown = string;
|
||||
export type TMarkdown = string;
|
||||
|
||||
export interface ZeppelinPluginInfo {
|
||||
prettyName: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue