Documentation
    Preparing search index...

    Interface NapMessage

    Minimal message shape used for capability resolution.

    Compatible with NappletMessage from @napplet/core, but defined here independently to maintain @kehto/acl's zero-dependency constraint.

    NAP message type, e.g. 'relay.subscribe', 'identity.getProfile'

    interface NapMessage {
        type: string;
    }
    Index

    Properties

    Properties

    type: string