@makehq/sdk
    Preparing search index...

    Type Alias AuditLogTeam

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

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

    Properties

    Properties

    id: number

    Unique identifier of the team

    name?: string

    Name of the team