mirror of
https://github.com/dadosfera/maestro.git
synced 2026-09-03 21:24:49 +00:00
5 lines
65 B
TypeScript
5 lines
65 B
TypeScript
export enum LanguageEnum {
|
|
ptbr = 'pt-br',
|
|
enus = 'en-us',
|
|
}
|