Type Alias TwitterStreamerUpdateToOneWithWhereWithoutCustomMessagesInput

TwitterStreamerUpdateToOneWithWhereWithoutCustomMessagesInput: {
    data: XOR<TwitterStreamerUpdateWithoutCustomMessagesInput, TwitterStreamerUncheckedUpdateWithoutCustomMessagesInput>;
    where?: TwitterStreamerWhereInput;
}