Type Alias TiktokStreamerUpdateToOneWithWhereWithoutCustomMessagesInput

TiktokStreamerUpdateToOneWithWhereWithoutCustomMessagesInput: {
    data: XOR<TiktokStreamerUpdateWithoutCustomMessagesInput, TiktokStreamerUncheckedUpdateWithoutCustomMessagesInput>;
    where?: TiktokStreamerWhereInput;
}