GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

RawFile

API/Interfaces/RawFile
seyfert/lib/api/shared.d.ts

Signature

export interface RawFile

Properties

4
contentTypedatakeyfilename

Methods

0

No methods.

Properties

contentType#
contentType?: string;
data#
data: ArrayBuffer | Buffer | Uint8Array | Uint8ClampedArray | boolean | number | string;
key#
key?: string;
filename#
filename: string;