refactors
This commit is contained in:
parent
4e1a339432
commit
82c4d0168e
28 changed files with 1042 additions and 782 deletions
8
backend/models/types.py
Normal file
8
backend/models/types.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
from typing import TypedDict
|
||||
|
||||
from .enums import Permission
|
||||
|
||||
|
||||
class RoleConfig(TypedDict):
|
||||
description: str
|
||||
permissions: list[Permission]
|
||||
Loading…
Add table
Add a link
Reference in a new issue