Update library options dto.

UpdateLibraryOptionsDto

interface UpdateLibraryOptionsDto {
    Id?: string;
    LibraryOptions?: LibraryOptions;
}

Properties

Properties

Id?: string

Gets or sets the library item id.

UpdateLibraryOptionsDto

LibraryOptions?: LibraryOptions

UpdateLibraryOptionsDto