Sanity Library Reference Docs
    Preparing search index...

    Interface WorkflowClientPolicy

    The client settings engine traffic pins, whatever base a host layers them over. Literal types so the result stays assignable to a host's own client config.

    interface WorkflowClientPolicy {
        apiVersion: string;
        perspective: "published";
        requestTagPrefix: string;
        useCdn: false;
    }
    Index

    Properties

    apiVersion: string
    perspective: "published"
    requestTagPrefix: string
    useCdn: false