DisBot
    Preparing search index...

    Type Alias GuildsCreateOrConnectWithoutTicketSetupsInput

    type GuildsCreateOrConnectWithoutTicketSetupsInput = {
        create: XOR<
            GuildsCreateWithoutTicketSetupsInput,
            GuildsUncheckedCreateWithoutTicketSetupsInput,
        >;
        where: GuildsWhereUniqueInput;
    }
    Index

    Properties

    Properties