DisBot
    Preparing search index...

    Type Alias GuildLoggingMinAggregateOutputType

    type GuildLoggingMinAggregateOutputType = {
        AutoMod: string | null;
        Ban: string | null;
        Channel: string | null;
        Emoji: string | null;
        Event: string | null;
        Guild: string | null;
        GuildId: string | null;
        Id: number | null;
        Integration: string | null;
        Invite: string | null;
        Kick: string | null;
        Member: string | null;
        Message: string | null;
        Moderation: string | null;
        Poll: string | null;
        Reaction: string | null;
        Role: string | null;
        SoundBoard: string | null;
        Stage: string | null;
        Sticker: string | null;
        Thread: string | null;
        Voice: string | null;
        Webhook: string | null;
    }
    Index

    Properties

    AutoMod: string | null
    Ban: string | null
    Channel: string | null
    Emoji: string | null
    Event: string | null
    Guild: string | null
    GuildId: string | null
    Id: number | null
    Integration: string | null
    Invite: string | null
    Kick: string | null
    Member: string | null
    Message: string | null
    Moderation: string | null
    Poll: string | null
    Reaction: string | null
    Role: string | null
    SoundBoard: string | null
    Stage: string | null
    Sticker: string | null
    Thread: string | null
    Voice: string | null
    Webhook: string | null