Rename IData to something more reasonable

This commit is contained in:
Dolan Miu
2017-12-30 21:18:55 +00:00
parent 998fe3f370
commit 0355afe11c
5 changed files with 13 additions and 13 deletions

View File

@ -1,6 +1,6 @@
import * as fs from "fs";
export interface IData {
export interface IMediaData {
referenceId: number;
stream: fs.ReadStream;
path: string;