chore: add specs for update permission api endpoint

This commit is contained in:
2022-05-10 06:11:24 +05:00
parent 9136c95013
commit 1aec3abd28
3 changed files with 76 additions and 5 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export interface UserResponse {
displayName: string
}
interface UserDetailsResponse {
export interface UserDetailsResponse {
id: number
displayName: string
username: string