Sanity Library Reference Docs
    Preparing search index...

    Interface WorkflowResourceSnapshot

    The physical partition identity and its manifest-managed deployed state.

    interface WorkflowResourceSnapshot {
        definitions: WorkflowResourceDefinitionSnapshot[];
        externalId: string;
    }
    Index

    Properties

    externalId: string