Files
jellyfin-web/src/types/actionData.ts
T
2025-01-15 14:11:37 +03:00

4 lines
54 B
TypeScript

export interface ActionData {
isSaved: boolean;
}