@makehq/sdk
    Preparing search index...

    Type Alias AuditLogUser

    A user referenced by an audit log entry, either as its actor or as a filter option.

    type AuditLogUser = {
        email?: string;
        id: number;
        name?: string;
    }
    Index

    Properties

    Properties

    email?: string

    Email address of the user

    id: number

    Unique identifier of the user

    name?: string

    Display name of the user