Type Alias KSMessageEmbedUpdateToOneWithWhereWithoutFieldsInput

KSMessageEmbedUpdateToOneWithWhereWithoutFieldsInput: {
    data: XOR<KSMessageEmbedUpdateWithoutFieldsInput, KSMessageEmbedUncheckedUpdateWithoutFieldsInput>;
    where?: KSMessageEmbedWhereInput;
}