DisBot
    Preparing search index...

    Type Alias GuildDisBotAutoModerationBlockLinksSelectCreateManyAndReturn<ExtArgs>

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

    Type Parameters