Files
medusa-store/www/utils/generated/oas-output/schemas/AdminIndexSyncPayload.ts
2025-10-31 16:15:46 +02:00

18 lines
405 B
TypeScript

/**
* @schema AdminIndexSyncPayload
* type: object
* description: The details of the index sync.
* x-schemaName: AdminIndexSyncPayload
* required:
* - strategy
* properties:
* strategy:
* type: string
* description: The syncing strategy. `full` indicates a full reindex, while `reset` truncates tables and performs a fresh sync.
* enum:
* - full
* - reset
*
*/