interface SelfTestResultProps {
    isFetching: boolean;
    result: SelfTestsResult;
}

Properties

Properties

isFetching: boolean