Small change to newprojmember type
This commit is contained in:
parent
9052babaae
commit
cef7b34092
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ export interface RoleChange {
|
||||||
export interface NewProjMember {
|
export interface NewProjMember {
|
||||||
username: string;
|
username: string;
|
||||||
projectname: string;
|
projectname: string;
|
||||||
role: "project_manager" | "user";
|
role: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface NameChange {
|
export interface NameChange {
|
||||||
|
|
Loading…
Reference in a new issue