This commit is contained in:
Luiz H. R. Silva 2024-06-04 13:00:36 -03:00
parent 645b3b551e
commit e30a1a6f40
16 changed files with 346 additions and 8 deletions

View file

@ -1,4 +1,4 @@
import { type tipoResposta } from "~comuns";
import { type tipoResposta } from "./respostas";
type tipoPostValidarTokem = {
token: string;
};