UNPKG

@replyke/express

Version:

Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

6 lines (5 loc) 107 B
export interface ISuspension { reason: string | null; startDate: Date; endDate: Date | null; }