UNPKG

medusa-product-ai-widget

Version:
5 lines (4 loc) 151 B
export type PromptTypes = "fix_writing" | "make_longer" | "make_shorter" | "improve_seo"; export type Prompts = { [key in PromptTypes]: string; };