Member Junction
    Preparing search index...

    Type Alias WorkflowSyncContext

    Everything reconciliation needs beyond the spec itself.

    type WorkflowSyncContext = {
        ContextUser: UserInfo;
        Provider: IMetadataProvider;
    }
    Index

    Properties

    ContextUser: UserInfo