UNPKG

@sanity/migrate

Version:

Tooling for running data migrations on Sanity.io projects

3 lines 201 B
import { type APIConfig } from '../types.js'; export declare function fromQueryEndpoint(options: APIConfig): Promise<AsyncGenerator<any, void, unknown>>; //# sourceMappingURL=fromQueryEndpoint.d.ts.map