docs-util: created docblock-generator tool (#6096)
This commit is contained in:
@@ -41,9 +41,6 @@ import { adminAuthKeys } from "./queries"
|
||||
* @category Mutations
|
||||
*/
|
||||
export const useAdminLogin = (
|
||||
/**
|
||||
* stuff again
|
||||
*/
|
||||
options?: UseMutationOptions<Response<AdminAuthRes>, Error, AdminPostAuthReq>
|
||||
) => {
|
||||
const { client } = useMedusa()
|
||||
|
||||
@@ -110,8 +110,6 @@ export const useAdminCancelBatchJob = (
|
||||
}
|
||||
|
||||
/**
|
||||
* @reactMutationHook
|
||||
*
|
||||
* When a batch job is created, it's not executed automatically if `dry_run` is set to `true`. This hook confirms that the batch job should be executed.
|
||||
*
|
||||
* @example
|
||||
|
||||
Reference in New Issue
Block a user