DisBot
    Preparing search index...

    Type Alias GuildLogsGroupByOutputType

    type GuildLogsGroupByOutputType = {
        _avg: GuildLogsAvgAggregateOutputType | null;
        _count: GuildLogsCountAggregateOutputType | null;
        _max: GuildLogsMaxAggregateOutputType | null;
        _min: GuildLogsMinAggregateOutputType | null;
        _sum: GuildLogsSumAggregateOutputType | null;
        GuildId: string;
        Id: number;
        LogJSON: string;
        LogMessage: string;
        Notes: string[];
        UUID: string;
    }
    Index

    Properties

    GuildId: string
    Id: number
    LogJSON: string
    LogMessage: string
    Notes: string[]
    UUID: string