Rename IData to something more reasonable
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import * as fs from "fs";
|
||||
|
||||
export interface IData {
|
||||
export interface IMediaData {
|
||||
referenceId: number;
|
||||
stream: fs.ReadStream;
|
||||
path: string;
|
||||
|
Reference in New Issue
Block a user