Migrate Indicator to react
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { UserItemDataDto } from '@jellyfin/sdk/lib/generated-client';
|
||||
|
||||
export interface ProgressOptions {
|
||||
containerClass: string,
|
||||
type?: string | null,
|
||||
userData?: UserItemDataDto,
|
||||
mediaType?: string
|
||||
}
|
||||
Reference in New Issue
Block a user