Skip to content

Commit

Permalink
Merge pull request #144 from TogetherCrew/feature/announcement-update
Browse files Browse the repository at this point in the history
Feature/announcement update
  • Loading branch information
cyri113 authored Jan 15, 2024
2 parents 7dc7adb + 6116d5c commit 96965af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@togethercrew.dev/db",
"version": "3.0.24",
"version": "3.0.25",
"description": "All interactions with DB",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/Announcement.interface.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { type Model, type Types, type ObjectId } from 'mongoose';

type IDiscordOptions = { channelIds?: string[] } | { roleIds?: string[] } | { usernames?: string[] };
type IDiscordOptions = { channelIds?: string[] } | { roleIds?: string[] } | { userIds?: string[] };

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

0 comments on commit 96965af

Please sign in to comment.