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

    Type Alias SteeringManifestBeta

    A manifest for content steering.

    type SteeringManifest = {
        "PATHWAY-CLONES"?: PathwayClone[];
        "PATHWAY-PRIORITY": string[];
        "RELOAD-URI"?: string;
        TTL: number;
        VERSION: number;
    }
    Index

    Properties

    "PATHWAY-CLONES"?: PathwayClone[]

    The clones of the pathways.

    "PATHWAY-PRIORITY": string[]

    The priority of the pathways.

    "RELOAD-URI"?: string

    The URI to reload the content steering manifest.

    TTL: number

    The time to live of the content steering manifest in seconds.

    VERSION: number

    The version of the content steering manifest.