Stratal API Reference
Preparing search index...
@stratal/testing
StoredFile
Interface StoredFile
Stored file representation in memory
interface
StoredFile
{
content
:
Uint8Array
;
metadata
?:
Record
<
string
,
string
>
;
mimeType
:
string
;
size
:
number
;
uploadedAt
:
Date
;
}
Index
Properties
content
metadata?
mime
Type
size
uploaded
At
Properties
content
content
:
Uint8Array
Optional
metadata
metadata
?:
Record
<
string
,
string
>
mime
Type
mimeType
:
string
size
size
:
number
uploaded
At
uploadedAt
:
Date
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
content
metadata
mime
Type
size
uploaded
At
Stratal API Reference
Loading...
Stored file representation in memory