Circle V2 API Docs
    Preparing search index...

    Type Alias LegacyAuditRunResponseTrail

    type LegacyAuditRunResponseTrail = {
        comment: string | null;
        createdAt: string;
        markedAs: AuditResponseTrailMarkedAsStatus;
        user:
            | {
                email: string
                | null;
                firstName: string | null;
                lastName: string | null;
            }
            | null;
    }
    Index

    Properties

    comment: string | null
    createdAt: string
    user:
        | {
            email: string
            | null;
            firstName: string | null;
            lastName: string | null;
        }
        | null