Interface TroubleshootingCategoryPageContext
interface TroubleshootingCategoryPageContext { csrfToken: string; editorStore: Store< { api: CombinedState<{}, any, "api">; bookEditor: BookState; catalog: State; editor: CombinedState<State>; }, >;} Properties
csrfToken
csrfToken: string
editorStore
editorStore: Store< { api: CombinedState<{}, any, "api">; bookEditor: BookState; catalog: State; editor: CombinedState<State>; },>