Type Alias CSMessageEmbedUpdateToOneWithWhereWithoutCsCustomMessageInput

CSMessageEmbedUpdateToOneWithWhereWithoutCsCustomMessageInput: {
    data: XOR<CSMessageEmbedUpdateWithoutCsCustomMessageInput, CSMessageEmbedUncheckedUpdateWithoutCsCustomMessageInput>;
    where?: CSMessageEmbedWhereInput;
}