mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-17 21:26:13 -04:00
6 lines
111 B
TypeScript
6 lines
111 B
TypeScript
interface ClientSideCollectionAppState {
|
|
totalItems: number;
|
|
}
|
|
|
|
export default ClientSideCollectionAppState;
|