interface SelfTestsTabContainerStateProps {
    fetchError?: FetchErrorData;
    isLoaded?: boolean;
    items?: CollectionsData | PatronAuthServicesData;
}

Hierarchy (View Summary)

Properties

fetchError?: FetchErrorData
isLoaded?: boolean