Home > @tridion-sites/extensions > UpdateItemMutationHook
Signature:
export type UpdateItemMutationHook = (
options?: MutationOptions<IdentifiableObject, ApiError, UpdateItemRequest>,
) => MutationResult<IdentifiableObject, ApiError, UpdateItemRequest>;
References: MutationOptions, IdentifiableObject, ApiError, UpdateItemRequest, MutationResult