DisBot
    Preparing search index...

    Type Alias ModerationScoutSelectCreateManyAndReturn<ExtArgs>

    ModerationScoutSelectCreateManyAndReturn: GetSelect<
        {
            AdminBanList?: boolean;
            CurrentUserModerations?: boolean;
            GuildId?: boolean;
            Guilds?: boolean
            | GuildsDefaultArgs<ExtArgs>;
            Id?: boolean;
            ImmuneReportRoles?: boolean;
            ModeratorRoles?: boolean;
            NeedsModeratorApprove?: boolean;
            NotAllowedToReportRoles?: boolean;
            PublicBanListEnabled?: boolean;
            PublicBanListUrl?: boolean;
            ReportActions?: boolean;
            ReportCommandId?: boolean;
            ReportMesageContextId?: boolean;
            ReportUserContextId?: boolean;
            SuccssReportMessageId?: boolean;
            UUID?: boolean;
        },
        ExtArgs["result"]["moderationScout"],
    >

    Type Parameters