refactor: simplify logs plugin types; remove deprecated format.timestamp field

This commit is contained in:
Dragory 2024-04-09 18:32:01 +03:00
parent b28ca170ed
commit 805234acc1
No known key found for this signature in database
75 changed files with 81 additions and 102 deletions

View file

@ -7,7 +7,7 @@ import { userToTemplateSafeUser } from "../../../utils/templateSafeObjects";
import { LogsPluginType } from "../types";
import { log } from "../util/log";
interface LogMemberTimedUnbanData {
export interface LogMemberTimedUnbanData {
mod: User | UnknownUser;
userId: string;
banTime: string;