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

    Type Alias InputOf<T>

    InputOf: T extends Operation.Definition<infer I, any> ? I : never

    Extract the input type from an OperationDefinition.

    Type Parameters

    • T