smartbrowser/ts/interfaces/interfaces.screenshotresult.ts

6 lines
87 B
TypeScript
Raw Normal View History

2019-06-03 15:16:47 +00:00
export interface IScreenShotResult {
name: string;
id: string;
buffer: Buffer;
}