Browse Source

feat(gui-v2): extend `User` type

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
pull/2716/head
Braks 2 years ago committed by Pranav C
parent
commit
a24a8239b6
  1. 4
      packages/nc-gui-v2/lib/types.ts

4
packages/nc-gui-v2/lib/types.ts

@ -1,7 +1,11 @@
import type { ComputedRef, ToRefs } from 'vue'
export interface User {
id: string
email: string
firstname: string | null
lastname: string | null
roles: string[]
}
export interface State {

Loading…
Cancel
Save