UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

6 lines (4 loc) 128 B
import { Auth0UserProfile } from 'auth0-js' export interface ProfileModel extends Auth0UserProfile { isSuperUser: string }