@makehq/sdk
    Preparing search index...

    Type Alias AuditLogOrganization

    An organization referenced by an audit log entry.

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

    Properties

    Properties

    id: number

    Unique identifier of the organization

    name?: string

    Name of the organization