@thepalaceproject/circulation-admin
    Preparing search index...

    Interface SetupPageContext

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

    Properties

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