@makehq/sdk
    Preparing search index...

    Type Alias AuditLogVersion

    Version transition recorded for audited entities that carry a versioned payload, such as a scenario blueprint.

    type AuditLogVersion = {
        from?: string;
        to: string;
    }
    Index

    Properties

    Properties

    from?: string

    Version the entity was on before the event, absent for the first version

    to: string

    Version the entity was on after the event