DisBot
    Preparing search index...

    Type Alias GuildLogsMinAggregateOutputType

    type GuildLogsMinAggregateOutputType = {
        GuildId: string | null;
        Id: number | null;
        LogJSON: string | null;
        LogMessage: string | null;
        UUID: string | null;
    }
    Index

    Properties

    GuildId: string | null
    Id: number | null
    LogJSON: string | null
    LogMessage: string | null
    UUID: string | null