Remix
Remix
remix/file-storage · InterfaceView Source

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.