Type Alias TWSCustomMessageUpdateToOneWithWhereWithoutEmbedInput

TWSCustomMessageUpdateToOneWithWhereWithoutEmbedInput: {
    data: XOR<TWSCustomMessageUpdateWithoutEmbedInput, TWSCustomMessageUncheckedUpdateWithoutEmbedInput>;
    where?: TWSCustomMessageWhereInput;
}