medusa-plugin-tolgee
Version:
Medusa V2 Plugin to easily add translations to your models with Tolgee
5 lines (4 loc) • 369 B
TypeScript
import { MedusaRequest, MedusaResponse } from "@medusajs/framework/http";
import { HttpTypes } from "@medusajs/framework/types";
import { StoreGetTolgeeShippingOptionList } from "../../../middlewares";
export declare const GET: (req: MedusaRequest<{}, StoreGetTolgeeShippingOptionList>, res: MedusaResponse<HttpTypes.StoreShippingOptionListResponse>) => Promise<void>;