mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
93ee466780
(cherry picked from commit 6d552f2a60f44052079b5e8944f5e1bbabac56e0) Closes #3361
7 lines
187 B
TypeScript
7 lines
187 B
TypeScript
import AppSectionState from 'App/State/AppSectionState';
|
|
import Command from 'Commands/Command';
|
|
|
|
export type CommandAppState = AppSectionState<Command>;
|
|
|
|
export default CommandAppState;
|