DisBot
    Preparing search index...

    Type Alias TempVoicesCreateOrConnectWithoutTempVoiceChannelsInput

    type TempVoicesCreateOrConnectWithoutTempVoiceChannelsInput = {
        create: XOR<
            TempVoicesCreateWithoutTempVoiceChannelsInput,
            TempVoicesUncheckedCreateWithoutTempVoiceChannelsInput,
        >;
        where: TempVoicesWhereUniqueInput;
    }
    Index

    Properties

    Properties