Documentation
    Preparing search index...

    Type Alias FileSystemEntity<T>

    A file system entity that can be a asset, a folder or something else.

    type FileSystemEntity<T> = {
        value: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    value: T