UNPKG

cnf-backend-types

Version:

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

6 lines (5 loc) 109 B
export default interface Entrata { id: number; nome: string; tipologia: 'tributaria' | 'extra'; }