UNPKG

cnf-backend-types

Version:

A package containing types for CNF Backend (and frontend?)

12 lines (9 loc) 228 B
/* eslint-disable semi */ export default interface AnagraficaCnfLog{ id : number; operazione : string; created_at : Date; updated_at : Date; anagrafica_cnf_id : number; utente_id : string; }