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

    Type Alias IntentData<Fields>

    IntentData: Schema.Schema.Type<Schema.Struct<Fields>> extends { input: any }
        ? Schema.Schema.Type<Schema.Struct<Fields>>["input"]
        : any

    Type Parameters