UNPKG

@workflow-manager/runner

Version:

CLI runner for in-memory and markdown workflow orchestration using ATEP-like envelopes

8 lines (7 loc) 169 B
export interface RemoteProfileSummary { userId: string; username: string | null; displayName: string | null; authMethod: string; scopes: string[]; }