UNPKG

@nangohq/types

Version:

Types used in Nango applications

12 lines (11 loc) 312 B
import type { Timestamps } from '../db.js'; export interface DBSlackNotification extends Timestamps { id: number; open: boolean; environment_id: number; name: string; type: string; connection_list: number[]; slack_timestamp: string | null; admin_slack_timestamp: string | null; }