Type Alias WSCustomMessageCreateOrConnectWithoutWhatnotStreamerInput

WSCustomMessageCreateOrConnectWithoutWhatnotStreamerInput: {
    create: XOR<WSCustomMessageCreateWithoutWhatnotStreamerInput, WSCustomMessageUncheckedCreateWithoutWhatnotStreamerInput>;
    where: WSCustomMessageWhereUniqueInput;
}