mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-15 14:15:03 +00:00
refactor: simplify logs plugin types; remove deprecated format.timestamp field
This commit is contained in:
parent
b28ca170ed
commit
805234acc1
75 changed files with 81 additions and 102 deletions
|
@ -6,7 +6,7 @@ import { emojiToTemplateSafeEmoji } from "../../../utils/templateSafeObjects";
|
|||
import { LogsPluginType } from "../types";
|
||||
import { log } from "../util/log";
|
||||
|
||||
interface LogEmojiDeleteData {
|
||||
export interface LogEmojiDeleteData {
|
||||
emoji: Emoji;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue