import { Users } from "dub/models/components";
let value: Users = {
role: "owner",
};
Field | Type | Required | Description |
---|---|---|---|
role |
components.Role | ✔️ | The role of the authenticated user in the workspace. |
import { Users } from "dub/models/components";
let value: Users = {
role: "owner",
};
Field | Type | Required | Description |
---|---|---|---|
role |
components.Role | ✔️ | The role of the authenticated user in the workspace. |