create consumer domain accounts permissions

This commit is contained in:
2026-04-11 14:46:52 +03:30
parent d154a8402b
commit d4dff4ebfd
33 changed files with 480 additions and 37 deletions
+1
View File
@@ -47,6 +47,7 @@ export interface IAuthAccountResponse {
provider_id?: string;
pos_id?: string;
user: IAuthAccountUser;
role: string;
}
interface IAuthAccountUser {
id: string;