Skip to content

FileKey

type FileKey = string | number

Description

A key that represents a file.

Note

Unlike Key, Files are stored as numbers or strings, so a key of '2' and 2 don't reference the same file.