Skip to content

Commit 540cfa7

Browse files
committed
Remove unnecessary import
1 parent df4abb7 commit 540cfa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/generated/client/@tanstack/react-query.gen.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import { type Options, listQuotes, listPendingQuotes, adminLookupQuote, adminUpdateQuote, resolveOffer, enquireQuote, lookupQuote, debitBalance, creditBalance } from '../sdk.gen';
44
import { queryOptions, type UseMutationOptions, type DefaultError } from '@tanstack/react-query';
5-
import type { ListQuotesData, ListPendingQuotesData, AdminLookupQuoteData, AdminUpdateQuoteData, AdminUpdateQuoteResponse, ResolveOfferData, EnquireQuoteData, EnquireQuoteResponse, LookupQuoteData, DebitData, ECashBalance } from '../types.gen';
5+
import type { ListQuotesData, ListPendingQuotesData, AdminLookupQuoteData, AdminUpdateQuoteData, AdminUpdateQuoteResponse, ResolveOfferData, EnquireQuoteData, EnquireQuoteResponse, LookupQuoteData, DebitData} from '../types.gen';
66
import { client as _heyApiClient } from '../client.gen';
77

88
export type QueryKey<TOptions extends Options> = [
@@ -229,4 +229,4 @@ export const creditBalanceOptions = (options?: Options<DebitData>) => {
229229
},
230230
queryKey: creditBalanceQueryKey(options)
231231
});
232-
};
232+
};

0 commit comments

Comments
 (0)