Sanity Library Reference Docs
    Preparing search index...

    A by-name reference to another workflow definition (an action.spawn.definition). No version (or 'latest') means "the highest deployed version at spawn time"; a numeric version pins one deployed version permanently.

    interface LogicalRef {
        name: string;
        version?: number | "latest";
    }
    Index

    Properties

    Properties

    name: string
    version?: number | "latest"