Setup

@wix/groups
Version 1.0.124
Published 1 week ago

To use the Roles API, install the @wix/groups package using npm or Yarn:

Copy
npm install @wix/groups

or

Copy
yarn add @wix/groups

Then import { roles } from @wix/groups:

Copy
import { roles } from "@wix/groups";
Did this help?