// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. import type { PermissionEntry } from "./PermissionEntry"; /** * Definiert die einheitliche Struktur für alle Berechtigungsarten im Manifest und UI. */ export type ExtensionPermissions = { database: Array | null, filesystem: Array | null, http: Array | null, shell: Array | null, };