Skip to content

ambiten


ambiten / core / User

Type Alias: User

User = object

Defined in: packages/core/src/types/user.type.ts:4

Represents a user with a specific role.

Properties

id

id: string

Defined in: packages/core/src/types/user.type.ts:8

The role of the user.


role

role: "admin" | "user"

Defined in: packages/core/src/types/user.type.ts:9

Context-aware execution infrastructure for multi-tenant systems.