interface ValidationData {
    error?: FetchErrorData;
}

Properties

Properties

error?: FetchErrorData