1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-09 23:40:06 +00:00

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

View File

@@ -49,7 +49,7 @@ interface UpdatePermissionPayload {
setting: string
}
interface PermissionDetailsResponse {
export interface PermissionDetailsResponse {
permissionId: number
uri: string
setting: string