UNPKG

cnf-backend-types

Version:

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

13 lines (12 loc) 272 B
/* eslint-disable semi */ export default interface Tenant { id: number; nome: string; in_concessione: boolean; in_supporto: boolean; logo: string; colore_primario: string; slug: string; created_at: Date; updated_at: Date; }