Skip to content

Commit f674682

Browse files
authored
Merge pull request #192 from SergioVago/patch-1
Adicionada a exportação da interface CEP
2 parents 9bca1c4 + 61f5a55 commit f674682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
declare module 'cep-promise' {
2-
interface CEP {
2+
export interface CEP {
33
cep: string,
44
state: string,
55
city: string,

0 commit comments

Comments
 (0)