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

    Type Alias AuditLogMinAggregateOutputType

    type AuditLogMinAggregateOutputType = {
        createdAt: Date | null;
        id: number | null;
        message: string | null;
        operation: Operation | null;
        operator: string | null;
        subject: string | null;
    }
    Index

    Properties

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