SpaceUser Interface

Packages > @anticrm/domains > SpaceUser

Define a space user - association, it hold some extra properties.

Signature:

export interface SpaceUser extends Emb 

Extends: Emb

Properties

List of properties of this interface
Property Type Description
owner boolean
userId string

Events

owner

Signature:

owner: boolean;

userId

Signature:

userId: string;