Type Alias ClubStreamerUpdateToOneWithWhereWithoutCustomMessagesInput

ClubStreamerUpdateToOneWithWhereWithoutCustomMessagesInput: {
    data: XOR<ClubStreamerUpdateWithoutCustomMessagesInput, ClubStreamerUncheckedUpdateWithoutCustomMessagesInput>;
    where?: ClubStreamerWhereInput;
}