DisBot
    Preparing search index...

    Type Alias GuildsCreateOrConnectWithoutReactionRoleInput

    type GuildsCreateOrConnectWithoutReactionRoleInput = {
        create: XOR<
            GuildsCreateWithoutReactionRoleInput,
            GuildsUncheckedCreateWithoutReactionRoleInput,
        >;
        where: GuildsWhereUniqueInput;
    }
    Index

    Properties

    Properties