UNPKG

@pubby/sdk

Version:
10 lines (9 loc) 197 B
import { User } from "./user"; export interface GlobalRole { name: string; description?: string; scopes: string[]; users: User[]; badge?: string; color?: string; }