interface SelfTestsTabContainerDispatchProps {
    fetchItems: () => Promise<any>;
}

Hierarchy (View Summary)

Properties

Properties

fetchItems: () => Promise<any>