Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface TeleforgePermission

    Defines a permission declaration exposed by the app manifest.

    interface TeleforgePermission {
        capability?: string;
        description?: string;
        scope?: string;
    }
    Index

    Properties

    capability?: string
    description?: string
    scope?: string