Type Alias CSEmbedFieldUpdateWithWhereUniqueWithoutCsMessageEmbedInput

CSEmbedFieldUpdateWithWhereUniqueWithoutCsMessageEmbedInput: {
    data: XOR<CSEmbedFieldUpdateWithoutCsMessageEmbedInput, CSEmbedFieldUncheckedUpdateWithoutCsMessageEmbedInput>;
    where: CSEmbedFieldWhereUniqueInput;
}