Appearance
@pbvex/protocol / StorageImageMetadata
StorageImageMetadata = Omit<StorageFileMetadata, "kind"> & Readonly<{ height: number; kind: "image"; thumbs: readonly string[]; width: number; }>
Omit
StorageFileMetadata
"kind"
Readonly
height
number
kind
"image"
thumbs
string
width