remove user permission

This commit is contained in:
2025-02-01 06:35:50 -06:00
parent 6289faf1ba
commit f421249943
3 changed files with 2 additions and 5 deletions

View File

@@ -17,5 +17,4 @@ type CustomerUserRepository interface {
RandomSvgInterface(entities.KeypadDimension) ([]string, error)
RandomSvgIdxInterface(entities.KeypadDimension) (entities.SvgIdInterface, error)
GetSvgStringInterface(entities.SvgIdInterface) ([]string, error)
AddUserPermission(entities.UserEmail, entities.CustomerId, entities.UserPermission) error
}