- defUpdate(
options?: UpdateOptions,
): (
...param: [string, { add?: any; delete?: string; replace?: any }],
) => Promise<{ details?: string[]; other_details?: any; summary: string }> Returns (
...param: [string, { add?: any; delete?: string; replace?: any }],
) => Promise<{ details?: string[]; other_details?: any; summary: string }>