UNPKG

vtex

Version:

The platform for e-commerce apps

7 lines (6 loc) 140 B
/// <reference types="node" /> export interface BatchStream { path: string; content: NodeJS.ReadableStream; byteSize: number; }