Skip to content

Commit

Permalink
Make users and channels optional in Destinations
Browse files Browse the repository at this point in the history
[changelog:changed]
  • Loading branch information
cdupuis committed Jun 30, 2020
1 parent f7901ca commit d0eb283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import { replacer, toArray } from "./util";
import cloneDeep = require("lodash.clonedeep");

export interface Destinations {
users: string | string[];
channels: string | string[];
users?: string | string[];
channels?: string | string[];
}

export interface MessageClient {
Expand Down

0 comments on commit d0eb283

Please sign in to comment.