🚨 Fix most of the linting error and warnings
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import { ActionType } from "../../enums/ActionType";
|
||||
|
||||
export interface Action {
|
||||
type: ActionType;
|
||||
channelId: string;
|
||||
userId: string;
|
||||
scheduledAt?: number;
|
||||
data: any;
|
||||
type: ActionType;
|
||||
channelId: string;
|
||||
userId: string;
|
||||
scheduledAt?: number;
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
data: any;
|
||||
}
|
||||
|
Reference in New Issue
Block a user