interface StepEventMetadata {
    detailedDiff?: Record<string, PropertyDiff>;
    diffs?: string[];
    keys?: string[];
    logical?: boolean;
    new?: StepEventStateMetadata;
    old?: StepEventStateMetadata;
    op: OpType;
    provider: string;
    type: string;
    urn: string;
}

Properties

detailedDiff?: Record<string, PropertyDiff>
diffs?: string[]
keys?: string[]
logical?: boolean
op: OpType
provider: string
type: string
urn: string

Generated using TypeDoc