Type Alias LegacyRESTClientStore<R>
LegacyRESTClientStore: BaseStore<R> & Loads<R> & Lists<R> & Filters<R> & Writes< R,> & Removes<R> & Counts<R> & Searches<R> & Exists<R> & Resolves & { legacyFlatResultSet( typeName: string, query: Partial, limit?: number, ): Promise<unknown>;} Type Parameters
- R extends SchemaRegistry = SchemaRegistry
v0 wire client matching legacy initRestfullStore URL conventions.