@refinio/one.models
    Preparing search index...

    Interface FileSystemDirectory

    This interface represents the main return structure for directories.

    interface FileSystemDirectory {
        children: string[];
    }
    Index

    Properties

    Properties

    children: string[]

    Represents the content of the directory.