mas filtros

This commit is contained in:
xXpuma99Xx
2022-09-04 22:59:25 -05:00
parent 521c4df67a
commit 09b3a0770f
6 changed files with 74 additions and 6 deletions
+11
View File
@@ -0,0 +1,11 @@
export class JwtPayload {
nombre: string;
id_operador: number;
institucion: { id_institucion: number };
operador: string;
tipoUsuario: { id_tipo_usuario: number };
}