FileKey
Summary
A reference to a file in storage by its key.
Signature
interface FileKey {
key: string
}
Properties
key
The key of the file in storage.
A reference to a file in storage by its key.
interface FileKey {
key: string
}
keyThe key of the file in storage.