Skip to content

routier-collection


routier-collection / plugins/blob/src / FileReference

Type Alias: FileReference

FileReference = FileReferenceValue

Defined in: plugins/blob/src/schema.ts:9

The stored shape of a file: where the bytes are and what they are.

Declared by s.file() in core, which is what a schema uses. This alias exists so the blob plugin's own signatures can name the shape without importing from a subpath everywhere.

Released under the MIT License.