UNPKG

cnf-backend-types

Version:

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

13 lines (10 loc) 237 B
/* eslint-disable semi */ export default interface ComunicazioneRecapito { id: number; path: string; bucket: string; type: string; created_at: Date; updated_at: Date; comunicazione_id: number; }