mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-01-01 10:32:09 +01:00
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;
|