Type Alias YTSCustomMessageUpdateToOneWithWhereWithoutEmbedInput

YTSCustomMessageUpdateToOneWithWhereWithoutEmbedInput: {
    data: XOR<YTSCustomMessageUpdateWithoutEmbedInput, YTSCustomMessageUncheckedUpdateWithoutEmbedInput>;
    where?: YTSCustomMessageWhereInput;
}