DisBot
    Preparing search index...

    Type Alias TempVoicesCreateOrConnectWithoutGuildsInput

    type TempVoicesCreateOrConnectWithoutGuildsInput = {
        create: XOR<
            TempVoicesCreateWithoutGuildsInput,
            TempVoicesUncheckedCreateWithoutGuildsInput,
        >;
        where: TempVoicesWhereUniqueInput;
    }
    Index

    Properties

    Properties