UNPKG

@replyke/express

Version:

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

12 lines (11 loc) 224 B
export interface IProjectKeys { jwt?: { publicKey: string; previousPublicKey?: string | null; keyUpdatedAt?: Date; }; secret?: { key: string; keyUpdatedAt?: Date; }; }