fix(nc-gui): type issues

This commit is contained in:
Wing-Kam Wong
2022-12-02 14:55:02 +08:00
parent 1d66492a8c
commit b1b362366e
41 changed files with 190 additions and 136 deletions

View File

@@ -21,7 +21,7 @@ import { ProjectRole } from '~/lib'
interface Props {
show: boolean
selectedUser?: User
selectedUser?: User | null
}
interface Users {