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;
}
The key of the file in storage.