Skip to content

Commit

Permalink
feat: prepara modelo para mensagens críticas no PDF (2)
Browse files Browse the repository at this point in the history
refs #903
  • Loading branch information
fragomeni committed Jul 1, 2024
1 parent 5d8f2e3 commit e748f3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/model/lexml/util/mensagem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export enum AutoFix {
export interface Mensagem {
tipo: TipoMensagem;
descricao?: string;
descricaoParaPDF?: string;
detalhe?: any;
fix?: any;
nomeEvento?: string;
Expand Down

0 comments on commit e748f3b

Please sign in to comment.