swarpc - v0.16.1
    Preparing search index...

    Type Alias PayloadCore<PM, Name>

    PayloadCore:
        | { input: Schema.InferOutput<PM[Name]["input"]> }
        | { progress: Schema.InferOutput<PM[Name]["progress"]> }
        | { result: Schema.InferOutput<PM[Name]["success"]> }
        | { abort: { reason: string } }
        | { error: { message: string } }

    Type Parameters