Added new type to match fetch for project members
This commit is contained in:
parent
8250c92694
commit
bca12151b7
1 changed files with 5 additions and 0 deletions
|
@ -132,6 +132,11 @@ export interface PublicUser {
|
||||||
userId: string;
|
userId: string;
|
||||||
username: string;
|
username: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface UserProjectMember {
|
||||||
|
Username: string;
|
||||||
|
UserRole: string;
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* wrapper type for token
|
* wrapper type for token
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue