UNPKG

@nangohq/types

Version:

Types used in Nango applications

7 lines (6 loc) 140 B
import type { Timestamps } from '../db'; export interface DBTeam extends Timestamps { id: number; name: string; uuid: string; }