@jellyfin/sdk
    Preparing search index...

    Interface DefaultDirectoryBrowserInfoDto

    Default directory browser info.

    DefaultDirectoryBrowserInfoDto

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

    Properties

    Properties

    Path?: string | null

    Gets or sets the path.

    DefaultDirectoryBrowserInfoDto