Person
A Person represents a human user of your software system.
Person
A Person represents a human user of your software system (e.g., “Customer”, “Admin”, “Employee”).
Syntax
import { * } from 'sruja.ai/stdlib'
ID = person "Label" {
description "Optional description"
tags ["tag1", "tag2"]
}
Example
import { * } from 'sruja.ai/stdlib'
Customer = person "Bank Customer" {
description "A customer of the bank with personal accounts."
}