feat: deprecated business type helper

This commit is contained in:
Methapon2001 2025-07-09 17:46:27 +07:00 committed by Kanjana
parent 2cf325cc3c
commit a8bd19defc

View file

@ -368,6 +368,9 @@ function gender(text: string, lang: "th" | "en" = "en") {
} }
} }
/**
* @deprecated
*/
function businessType(text: string, lang: "th" | "en" = "en") { function businessType(text: string, lang: "th" | "en" = "en") {
switch (lang) { switch (lang) {
case "th": case "th":