diff --git a/models/operacion.ts b/models/operacion.ts new file mode 100644 index 0000000..ab14d4e --- /dev/null +++ b/models/operacion.ts @@ -0,0 +1,5 @@ +class operacion{ + private acciones: Array + + +} \ No newline at end of file