UNPKG

@cumulus/types

Version:

TypeScript definitions for working with Cumulus data structures

18 lines (17 loc) 369 B
export interface ApiProvider { id: string, globalConnectionLimit?: number, maxDownloadTime?: number, protocol: string, host: string, port?: number, username?: string, password?: string, encrypted?: boolean, createdAt: number, updatedAt?: number, privateKey?: string, cmKeyId?: string, certificateUri?: string allowedRedirects?: string[] }