@aleph-sdk/monorepo
Preparing search index...
message/src
FileMetadataResponse
Type Alias FileMetadataResponse
Response of the by-ref and by-message-hash file metadata lookups.
type
FileMetadataResponse
=
{
download_url
:
string
;
file_hash
:
string
;
owner
:
string
;
ref
:
string
;
size
:
number
;
}
Index
Properties
download_
url
file_
hash
owner
ref
size
Properties
download_
url
download_url
:
string
file_
hash
file_hash
:
string
owner
owner
:
string
ref
ref
:
string
size
size
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
download_
url
file_
hash
owner
ref
size
@aleph-sdk/monorepo
Loading...
Response of the by-ref and by-message-hash file metadata lookups.