ZenFS
    Preparing search index...

    Interface MessageInternal

    An RPC message

    interface Message {
        _zenfs: true;
        id: string;
        method: keyof Methods;
        stack: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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