Created
July 20, 2022 20:38
-
-
Save abelsouzacosta/4971f6ceb34f0afd0b8b54ad1cc92d4b to your computer and use it in GitHub Desktop.
Gist containing the federative units of Brazil in typescript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export enum FederativeUnitsEnum { | |
AC = 'Acre', | |
AL = 'Alagoas', | |
AP = 'Amapá', | |
AM = 'Amazonas', | |
BA = 'Bahia', | |
CE = 'Ceará', | |
DF = 'Distrito Federal', | |
ES = 'Espírito Santo', | |
GO = 'Goiás', | |
MA = 'Maranhão', | |
MT = 'Mato Grosso', | |
MS = 'Mato Grosso do Sul', | |
MG = 'Minas Gerais', | |
PA = 'Pará', | |
PB = 'Paraíba', | |
PR = 'Paraná', | |
PE = 'Pernambuco', | |
PI = 'Piauí', | |
RJ = 'Rio de Janeiro', | |
RN = 'Rio Grande do Norte', | |
RS = 'Rio Grande do Sul', | |
RO = 'Rondônia', | |
RR = 'Roraima', | |
SC = 'Santa Catarina', | |
SP = 'São Paulo', | |
SE = 'Sergipe', | |
TO = 'Tocantins', | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment