DisBot
    Preparing search index...

    Type Alias ModerationScoutMinAggregateOutputType

    type ModerationScoutMinAggregateOutputType = {
        GuildId: string | null;
        Id: number | null;
        NeedsModeratorApprove: boolean | null;
        PublicBanListEnabled: boolean | null;
        PublicBanListUrl: string | null;
        ReportCommandId: string | null;
        ReportMesageContextId: string | null;
        ReportUserContextId: string | null;
        SuccssReportMessageId: string | null;
        UUID: string | null;
    }
    Index

    Properties

    GuildId: string | null
    Id: number | null
    NeedsModeratorApprove: boolean | null
    PublicBanListEnabled: boolean | null
    PublicBanListUrl: string | null
    ReportCommandId: string | null
    ReportMesageContextId: string | null
    ReportUserContextId: string | null
    SuccssReportMessageId: string | null
    UUID: string | null