@jellyfin/sdk
    Preparing search index...

    Interface DefaultDirectoryBrowserInfoDto

    Default directory browser info.

    DefaultDirectoryBrowserInfoDto

    interface DefaultDirectoryBrowserInfoDto {
        Path?: null | string;
    }
    Index

    Properties

    Properties

    Path?: null | string

    Gets or sets the path.

    DefaultDirectoryBrowserInfoDto