@edgible-team/sdk
    Preparing search index...

    Interface ResolvedApplicationSecrets

    Response of GET /applications/{id}/secrets — the deploy-time, device-only resolution of the secret keys the app's current declaration references, flattened to environment variables (design §7).

    interface ResolvedApplicationSecrets {
        env: Record<string, string>;
    }
    Index

    Properties

    Properties

    env: Record<string, string>