DisBot
    Preparing search index...

    Type Alias TempVoicesUpsertWithWhereUniqueWithoutGuildsInput

    type TempVoicesUpsertWithWhereUniqueWithoutGuildsInput = {
        create: XOR<
            TempVoicesCreateWithoutGuildsInput,
            TempVoicesUncheckedCreateWithoutGuildsInput,
        >;
        update: XOR<
            TempVoicesUpdateWithoutGuildsInput,
            TempVoicesUncheckedUpdateWithoutGuildsInput,
        >;
        where: TempVoicesWhereUniqueInput;
    }
    Index

    Properties

    Properties