UNPKG

cnf-backend-types

Version:

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

12 lines (11 loc) 251 B
/* eslint-disable semi */ export default interface Determina{ id: number; tenant_id: number; numero: string; data: Date | string; oggetto: string; allegato_path: string; created_at: Date; updated_at: Date; }