tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > UpdateItemMutationHook

UpdateItemMutationHook type

Signature:

export type UpdateItemMutationHook = (
    options?: MutationOptions<IdentifiableObject, ApiError, UpdateItemRequest>,
) => MutationResult<IdentifiableObject, ApiError, UpdateItemRequest>;

References: MutationOptions, IdentifiableObject, ApiError, UpdateItemRequest, MutationResult