UNPKG

shipstation-node

Version:
10 lines (9 loc) 216 B
export interface DownloadFileOptions { dir: string; subdir: string; filename: string; download?: string; /** integer (int32) */ rotation?: number; } export type DownloadFileResponse = string;