UNPKG

ghost

Version:

The professional publishing platform

11 lines (10 loc) 265 B
export class MailEvent { constructor( readonly id: string, readonly type: string, readonly messageId: string, readonly recipient: string, readonly timestampMs: number, readonly deleted: boolean = false ) {} }