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

    Interface SelfTestsDispatchProps

    interface SelfTestsDispatchProps {
        getSelfTests?: () => Promise<SelfTestsData>;
        runSelfTests?: () => Promise<void>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    getSelfTests?: () => Promise<SelfTestsData>
    runSelfTests?: () => Promise<void>