Skip to content

Commit

Permalink
ajuste na interface
Browse files Browse the repository at this point in the history
  • Loading branch information
JMTheo committed Jun 6, 2021
1 parent 34dc191 commit 2c2465f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/interface/lancamento.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ export interface Lancamento {
titulo: string;
valor: number;
tipoTransacao: string;
tipoOperacao: string;
}

0 comments on commit 2c2465f

Please sign in to comment.