ZenFS
    Preparing search index...

    Interface RPCMessageInternal

    An RPC message

    interface RPCMessage {
        _zenfs: true;
        id: string;
        method: keyof RPCMethods;
        stack: string;
    }
    Index

    Properties

    Properties

    _zenfs: true
    id: string
    method: keyof RPCMethods
    stack: string