[Update] Check permission #2

Merged
trunglt251292 merged 1 commits from update-permission into master 2022-06-14 07:31:31 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit e6512d770c - Show all commits

View File

@ -84,6 +84,7 @@ type PayloadCheckPermission struct {
type StaffCheckPermissionResponse struct {
Message string `json:"message"`
IsValid bool `json:"isValid"`
Code int `json:"code"`
}
// StaffGetPermissions ...