Type Alias CSMessageEmbedUpdateToOneWithWhereWithoutFieldsInput

CSMessageEmbedUpdateToOneWithWhereWithoutFieldsInput: {
    data: XOR<CSMessageEmbedUpdateWithoutFieldsInput, CSMessageEmbedUncheckedUpdateWithoutFieldsInput>;
    where?: CSMessageEmbedWhereInput;
}