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