Make adding images declarative and simple
This commit is contained in:
@ -16,7 +16,6 @@ export interface IMediaDataTransformation {
|
||||
|
||||
export interface IMediaData {
|
||||
readonly stream: Buffer | Uint8Array | ArrayBuffer;
|
||||
readonly path?: string;
|
||||
readonly fileName: string;
|
||||
readonly transformation: IMediaDataTransformation;
|
||||
}
|
||||
|
Reference in New Issue
Block a user