Interface JSONRPCIntrospectParamsFilter

interface JSONRPCIntrospectParamsFilter {
    getreferences?: boolean;
    id: string;
    type: "notification" | "type" | "method" | "namespace";
}

Properties

getreferences?: boolean
id: string
type: "notification" | "type" | "method" | "namespace"