swarpc - v0.10.0
    Preparing search index...

    Type Alias PayloadHeader<PM, Name>

    type PayloadHeader<PM extends ProceduresMap, Name extends keyof PM = keyof PM> = {
        by: "sw&rpc";
        functionName: Name & string;
        requestId: string;
    }

    Type Parameters

    Index

    Properties

    by: "sw&rpc"
    functionName: Name & string
    requestId: string