Type Alias TWSCurrentlyLiveUpdateToOneWithWhereWithoutTwitterStreamerInput

TWSCurrentlyLiveUpdateToOneWithWhereWithoutTwitterStreamerInput: {
    data: XOR<TWSCurrentlyLiveUpdateWithoutTwitterStreamerInput, TWSCurrentlyLiveUncheckedUpdateWithoutTwitterStreamerInput>;
    where?: TWSCurrentlyLiveWhereInput;
}