UNPKG

medusa-plugin-tolgee

Version:

Medusa V2 Plugin to easily add translations to your models with Tolgee

4 lines (3 loc) 300 B
import { MedusaRequest, MedusaResponse } from "@medusajs/framework/http"; import { HttpTypes } from "@medusajs/framework/types"; export declare const GET: (req: MedusaRequest<{}, HttpTypes.StoreGetShippingOptionList>, res: MedusaResponse<HttpTypes.StoreShippingOptionListResponse>) => Promise<void>;