feat: get permissions call

This commit is contained in:
2025-06-24 12:59:10 +02:00
parent 9372673bf1
commit 868337134d
3 changed files with 30 additions and 0 deletions

View File

@ -78,3 +78,10 @@ export interface DeviceInfo {
browser: string;
browser_version: string;
}
export interface AppPermission {
id: string;
name: string;
scope: string;
description: string;
}