interface Self {
    user: Customer;
    workspace: Workspace;
}

Properties

Properties

user: Customer
workspace: Workspace