UNPKG

@directus/sdk

Version:

Directus JavaScript SDK

7 lines (6 loc) 282 B
import { RestCommand } from "../types.cjs"; //#region src/rest/helpers/with-search.d.ts declare function withSearch<Schema, Output>(getOptions: RestCommand<Output, Schema>): RestCommand<Output, Schema>; //#endregion export { withSearch }; //# sourceMappingURL=with-search.d.cts.map