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>;
}

v0 wire client matching legacy initRestfullStore URL conventions.

Type Parameters

  • R extends SchemaRegistry = SchemaRegistry