UNPKG

@nangohq/types

Version:

Types used in Nango applications

5 lines (4 loc) 78 B
export interface EnvironmentVariable { name: string; value: string; }