UNPKG

109 BTypeScriptView Raw
1export interface StreamableFileOptions {
2 type?: string;
3 disposition?: string;
4 length?: number;
5}