@robert-brightline/crm-db - v0.0.21
    Preparing search index...

    Type Alias AuditLogGroupByOutputType

    type AuditLogGroupByOutputType = {
        _avg: AuditLogAvgAggregateOutputType | null;
        _count: AuditLogCountAggregateOutputType | null;
        _max: AuditLogMaxAggregateOutputType | null;
        _min: AuditLogMinAggregateOutputType | null;
        _sum: AuditLogSumAggregateOutputType | null;
        createdAt: Date;
        id: number;
        message: string | null;
        operation: Operation;
        operator: string;
        subject: string;
    }
    Index

    Properties

    createdAt: Date
    id: number
    message: string | null
    operation: Operation
    operator: string
    subject: string