@svta/common-media-library
    Preparing search index...

    Type Alias PathwayCloneBeta

    A pathway clone for content steering.

    type PathwayClone = {
        "BASE-ID": string;
        ID: string;
        "URI-REPLACEMENT": UriReplacement;
    }
    Index

    Properties

    "BASE-ID": string

    A string that specifies the Pathway ID of the Base Pathway

    ID: string

    A string that specifies the Pathway ID for the Pathway Clone

    "URI-REPLACEMENT": UriReplacement

    An object that defines URI modifications to apply during the cloning process.