Interface WorkflowAgencySeatSnapshot

interface WorkflowAgencySeatSnapshot {
    roleId: string;
    gmiInstanceId: string;
    personaId: string;
    attachedAt?: string;
    metadata?: Record<string, unknown>;
    history?: AgencySeatHistoryEntry[];
}

Properties

roleId: string
gmiInstanceId: string
personaId: string
attachedAt?: string
metadata?: Record<string, unknown>