Skip to content

Commit

Permalink
🤖 Merge PR DefinitelyTyped#70740 [payu-emea-sdk] Add new supported la…
Browse files Browse the repository at this point in the history
…nguages by @regdos
  • Loading branch information
regdos authored Oct 3, 2024
1 parent 1d0c416 commit 24a32d6
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion types/payu-emea-sdk/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,33 @@ declare namespace payu {
extractRefReqId(input: string): string;
}

type lang = "pl" | "en" | "cs" | "sk";
type lang =
| "bg"
| "cs"
| "da"
| "de"
| "el"
| "en"
| "es"
| "et"
| "fi"
| "fr"
| "hr"
| "hu"
| "it"
| "lt"
| "lv"
| "nl"
| "pl"
| "pt"
| "ro"
| "ru"
| "sk"
| "sl"
| "sr"
| "sv"
| "tr"
| "uk";

interface SecureFormsOptions {
fonts?: FontOptions[] | undefined;
Expand Down

0 comments on commit 24a32d6

Please sign in to comment.