swarpc - v0.10.0
    Preparing search index...

    Type Alias ImplementationsMap<Procedures>

    ImplementationsMap: {
        [F in keyof Procedures]: ProcedureImplementation<
            Procedures[F]["input"],
            Procedures[F]["progress"],
            Procedures[F]["success"],
        >
    }

    Implementations of procedures by name

    Type Parameters