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

    Interface ResetAdobeIdOwnProps

    interface ResetAdobeIdOwnProps {
        csrfToken?: string;
        library: string;
        store?: Store<
            {
                api: CombinedState<{}, any, "api">;
                bookEditor: BookState;
                catalog: State;
                editor: CombinedState<State>;
            },
        >;
    }

    Hierarchy (View Summary)

    Index

    Properties

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