Type Alias TWSCustomMessageCreateOrConnectWithoutTwitterStreamerInput

TWSCustomMessageCreateOrConnectWithoutTwitterStreamerInput: {
    create: XOR<TWSCustomMessageCreateWithoutTwitterStreamerInput, TWSCustomMessageUncheckedCreateWithoutTwitterStreamerInput>;
    where: TWSCustomMessageWhereUniqueInput;
}