DisBot
    Preparing search index...

    Type Alias GuildsUpsertWithoutTempVoicesInput

    type GuildsUpsertWithoutTempVoicesInput = {
        create: XOR<
            GuildsCreateWithoutTempVoicesInput,
            GuildsUncheckedCreateWithoutTempVoicesInput,
        >;
        update: XOR<
            GuildsUpdateWithoutTempVoicesInput,
            GuildsUncheckedUpdateWithoutTempVoicesInput,
        >;
        where?: GuildsWhereInput;
    }
    Index

    Properties

    Properties