@dxos/app-framework - v0.8.3
    Preparing search index...

    Type Alias OutputOf<T>

    OutputOf: T extends Operation.Definition<any, infer O> ? O : never

    Extract the output type from an OperationDefinition.

    Type Parameters

    • T