feat: module dependencies
This commit is contained in:
@ -1276,7 +1276,7 @@ export const addKitToDealQueryKey = (options: Options<AddKitToDealData>) =>
|
||||
createQueryKey("addKitToDeal", options);
|
||||
|
||||
/**
|
||||
* Add Kit To Deal Product
|
||||
* Add Kit To Deal
|
||||
*/
|
||||
export const addKitToDealOptions = (options: Options<AddKitToDealData>) => {
|
||||
return queryOptions({
|
||||
@ -1294,7 +1294,7 @@ export const addKitToDealOptions = (options: Options<AddKitToDealData>) => {
|
||||
};
|
||||
|
||||
/**
|
||||
* Add Kit To Deal Product
|
||||
* Add Kit To Deal
|
||||
*/
|
||||
export const addKitToDealMutation = (
|
||||
options?: Partial<Options<AddKitToDealData>>
|
||||
|
||||
Reference in New Issue
Block a user