DisBot
    Preparing search index...

    Type Alias GuildsUpsertWithoutTicketSetupsInput

    type GuildsUpsertWithoutTicketSetupsInput = {
        create: XOR<
            GuildsCreateWithoutTicketSetupsInput,
            GuildsUncheckedCreateWithoutTicketSetupsInput,
        >;
        update: XOR<
            GuildsUpdateWithoutTicketSetupsInput,
            GuildsUncheckedUpdateWithoutTicketSetupsInput,
        >;
        where?: GuildsWhereInput;
    }
    Index

    Properties

    Properties