@jellyfin/sdk
    Preparing search index...

    Interface LibraryStorageDto

    Contains informations about a libraries storage informations.

    interface LibraryStorageDto {
        Folders: FolderStorageDto[];
        Id: string;
        Name: string;
    }
    Index
    Folders: FolderStorageDto[]

    Gets or sets the storage informations about the folders used in a library.

    Id: string

    Gets or sets the Library Id.

    Name: string

    Gets or sets the name of the library.