DisBot
    Preparing search index...

    Type Alias GuildsCreateOrConnectWithoutAutoReactsInput

    type GuildsCreateOrConnectWithoutAutoReactsInput = {
        create: XOR<
            GuildsCreateWithoutAutoReactsInput,
            GuildsUncheckedCreateWithoutAutoReactsInput,
        >;
        where: GuildsWhereUniqueInput;
    }
    Index

    Properties

    Properties