UNPKG

@cumulus/types

Version:

TypeScript definitions for working with Cumulus data structures

17 lines (16 loc) 284 B
export interface ApiFile { bucket?: string checksum?: string checksumType?: string createdAt: Date fileName?: string filename?: string granuleId: string key?: string name?: string path?: string size?: number source?: string type?: string updatedAt: Date }