Type Alias TTSCustomMessageCreateOrConnectWithoutTiktokStreamerInput

TTSCustomMessageCreateOrConnectWithoutTiktokStreamerInput: {
    create: XOR<TTSCustomMessageCreateWithoutTiktokStreamerInput, TTSCustomMessageUncheckedCreateWithoutTiktokStreamerInput>;
    where: TTSCustomMessageWhereUniqueInput;
}