DisBot
    Preparing search index...

    Type Alias GuildDisBotAutoModerationBlockInvitesSelectCreateManyAndReturn<ExtArgs>

    GuildDisBotAutoModerationBlockInvitesSelectCreateManyAndReturn: GetSelect<
        {
            Actions?: boolean;
            ExcludedChannels?: boolean;
            ExcludedGuildIds?: boolean;
            ExcludedRoles?: boolean;
            GuildDisBotAutoModeration?: | boolean
            | GuildDisBotAutoModerationDefaultArgs<ExtArgs>;
            GuildDisBotAutoModerationId?: boolean;
            Id?: boolean;
            RegexPetterns?: boolean;
            Trigger?: boolean;
            UUID?: boolean;
        },
        ExtArgs["result"]["guildDisBotAutoModerationBlockInvites"],
    >

    Type Parameters