docs-util: created docblock-generator tool (#6096)

This commit is contained in:
Shahed Nasser
2024-01-24 12:13:40 +02:00
committed by GitHub
parent d68089b2aa
commit f29948a6a8
37 changed files with 2684 additions and 115 deletions
@@ -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