Type Alias KickStreamerUpdateToOneWithWhereWithoutCustomMessagesInput

KickStreamerUpdateToOneWithWhereWithoutCustomMessagesInput: {
    data: XOR<KickStreamerUpdateWithoutCustomMessagesInput, KickStreamerUncheckedUpdateWithoutCustomMessagesInput>;
    where?: KickStreamerWhereInput;
}