rapid-sdk
    Preparing search index...

    Interface TagDiff

    Contains results from utilTagDiff for diffing old and new tags

    interface TagDiff {
        display: string;
        key: string;
        newVal?: string | null;
        oldVal?: string | null;
        type: string;
    }
    Index

    Properties

    display: string
    key: string
    newVal?: string | null
    oldVal?: string | null
    type: string