Variable UpdateListItemResponseConst
UpdateListItemResponse: ZodObject<{
data: ZodObject<{
etag: ZodString;
}, "strip", ZodTypeAny, {
etag?: string;
}, {
etag?: string;
}>;
}, "strip", ZodTypeAny, {
data?: {
etag?: string;
};
}, {
data?: {
etag?: string;
};
}> = ...