Type Alias TSMessageEmbedUpdateToOneWithWhereWithoutTsCustomMessageInput

TSMessageEmbedUpdateToOneWithWhereWithoutTsCustomMessageInput: {
    data: XOR<TSMessageEmbedUpdateWithoutTsCustomMessageInput, TSMessageEmbedUncheckedUpdateWithoutTsCustomMessageInput>;
    where?: TSMessageEmbedWhereInput;
}