Interface Actor

A person, organization, team, system, or agent relevant to the project.

The identifier is stable within the project context: email, @username, agent ID, organization ID, role ID, or imported external identifier.

interface Actor {
    identifier: string;
    name?: string;
}

Properties

Properties

identifier: string
name?: string