Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 811 Bytes

users.md

File metadata and controls

17 lines (12 loc) · 811 Bytes

Users

Example Usage

import { Users } from "dub/models/components";

let value: Users = {
  role: "owner",
};

Fields

Field Type Required Description
role components.Role ✔️ The role of the authenticated user in the workspace.