This commit is contained in:
Luiz Silva 2024-08-11 12:04:41 -03:00
parent 5e75cd641a
commit 8e46650e69
5 changed files with 9 additions and 6 deletions

View file

@ -40,6 +40,7 @@ export const gerarRespostas = (
erro: any
mensagem?: string
local: string
__filename?: string
}) => Partial<tipoRespostaErro>,
) => {
const valor = <T>(valor: T, detalhes?: string[]): tipoRespostaSucesso<T> => {