@dxos/client
    Preparing search index...

    Variable FeedConst

    Feed: Type.Obj<{ kind?: string; name?: string }, Schema.Struct.Fields>

    Runtime schema for a Feed object.

    const feed = Obj.make(Type.Feed, { name: 'notifications', kind: 'dxos.org/plugin/notifications/v1' });