@jellyfin/sdk
    Preparing search index...

    Interface FileSystemEntryInfo

    Class FileSystemEntryInfo.

    FileSystemEntryInfo

    interface FileSystemEntryInfo {
        Name?: string;
        Path?: string;
        Type?: FileSystemEntryType;
    }
    Index

    Properties

    Properties

    Name?: string

    Gets the name.

    FileSystemEntryInfo

    Path?: string

    Gets the path.

    FileSystemEntryInfo

    FileSystemEntryInfo