mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-08-05 20:11:58 +00:00
7 lines
86 B
TypeScript
7 lines
86 B
TypeScript
import { Langs as l } from './LangList'
|
|
|
|
/**
|
|
* @deprecated
|
|
*/
|
|
export type Langs = l
|