Skip to content

Commit

Permalink
feat: lint was fixed with pretieer
Browse files Browse the repository at this point in the history
  • Loading branch information
scientiststwin committed Feb 19, 2024
1 parent 2ca9f0b commit 4e1a1b2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/interfaces/Announcement.interface.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
import { type Model, type Types, type ObjectId } from 'mongoose';

interface IDiscordOptions { channelIds?: string[], roleIds?: string[], userIds?: string[], engagementCategories?: string[], safetyMessageChannelId?: string }
interface IDiscordOptions {
channelIds?: string[];
roleIds?: string[];
userIds?: string[];
engagementCategories?: string[];
safetyMessageChannelId?: string;
}

interface IAnnouncementData<T> {
platform: Types.ObjectId;
Expand Down

0 comments on commit 4e1a1b2

Please sign in to comment.