interface ResetAdobeIdStateProps {
    fetchError?: FetchErrorData;
    patron?: PatronData;
    responseBody?: string;
}

Hierarchy (View Summary)

Properties

fetchError?: FetchErrorData
patron?: PatronData
responseBody?: string